I’ working on MS CRM 4.0.
Is there a possibility to show an overview of all roles and their privileges on each entity?
I need it, for example, in excel to show it to a customer.
It should be built something like this:
- Rolename
- Entityname
- Create: Organisation
- Read: Organisation
- Write: Business Unit
- …
- Entityname
Is there a functionality for this?
I’m using a lot of roles and custom entities, and it would take me a lot of work to do it manually.
I found this example on MSDN that should get you what you are requesting.
http://archive.msdn.microsoft.com/CrmSecurityReports
Click on the downloads tab. The zip contains four reports to display privileges by security role and/or business unit. There are 2 reports by role and 2 reports by user.
This is from the file named RolePrivileges.sql and should get you what you need: