Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8832

Report showing pages that a role or user is applied to

$
0
0
I'm trying to create a report that would allow someone to select a role and return the pages that have that role applied directly and not inherited. Would also be helpful to do the same by selecting a user. This would allow us to see what main nodes we've specifically applied a role or user to in case we want to clone a role and apply slightly different permissions.Right now I just have this SQL statement: SELECT NodeID, NodeAliasPath, DocumentName, RoleDisplayName FROM View_CMS_UserRole_Joined JOIN View_CMS_UserDocuments ON View_CMS_UserRole_Joined.RoleID = View_CMS_UserRole_Joined.RoleID where RoleDisplayName = 'Education Super User'I'm not sure how to take into account if a role is inherited or not on a page, or if these are the best views to use.

Viewing all articles
Browse latest Browse all 8832

Trending Articles