We have sale, marketing and service modules in the CRM. We want to show the sale module only to the sales user, marketing module only to marketing users, service module to service users.
Create a custom Entity named “link”.
Edit the sitemap.
In sales for all the SubArea add the Privilege only to “create” on the custom entity “link”.
<Privilege Entity="new_link" Privilege="Create" />
In Marketing for all the SubArea add the Privilege only to “Read” for the custom entity “link”.
<Privilege Entity="new_link" Privilege="Read" />
In Settings for all the SubArea add the Privilege only to “Write” for the custom entity “link”.
<Privilege Entity="new_link" Privilege="Write" />
Save and import the solution.
In security roles give the Create Privilege on “link” to all sales roles, Read Privilege on “link” to all marketing roles, Write Privilege on “link” to all service roles.
This blog aims to provide some technical tips about Microsoft Dynamics 365 CRM, SQL Server, .Net, Javascript, Machine Learning,Power Apps, Microsoft Flows and Microsoft Chatbots.
No comments:
Post a Comment