Mapping of Reports to Roles |
When setting up groups for access to various reports in ManEx, aspmnx RoleSystemTags connects the group roles with the report tags.
If you run the following statement this will show all tags connected with each role: select r.rolename,t.tagname from aspnet_roles r inner
join aspmnx_RoleSystemTags rt on r.roleId = rt.fkroleid inner join
mnxsystemtags t on rt.fkstagid = t.stagid
|
|
|
|
|
Article ID: 5680 |