Site Map: Hide/Show Based on User Role CRM 2011

Microsoft Dynamics CRM is a Customer Relationship Management software package developed by Microsoft
Post Reply
User avatar
gellee
Posts: 46
Joined: Fri Jan 20, 2012 3:04 pm

Site Map: Hide/Show Based on User Role CRM 2011

Post by gellee »

If system admin/customizer the sitemap must be visible, otherwise it is hidden

1. Create a Custom entity
2. Give privilige or access for System admin/customizer
3. Add the sitemap in your solution
4. Export the solution and open the customization.xml
5.Find the sitemap and under the sub area, add the privilege. (Refer to the example below)

Code: Select all

<SubArea Id="MassRecalculation" Title="Mass Recalculation" Url="http://www.google.com.ph" Icon="$webresource:lmnop_pix16" >
            <Privilege  Entity="exer_customentity"  Privilege="Read"/>
</SubArea>
xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: Site Map: Hide/Show Based on User Role CRM 2011

Post by xaeresis »

xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: Site Map: Hide/Show Based on User Role CRM 2011

Post by xaeresis »

Post Reply