how to hide "settings & resource center" based on roles
-
2012年3月26日 13:39
Hi all,
As per my client requirements i want to remove the "settings & resource center" from site map for certain roles. Is it possible to do in CRM 2011?
すべての返信
-
2012年3月26日 16:16
Yes it is possible BUT it uses a trick.
You can create custom entity and give for example read privilege for this entity to System Customizer And System Administrator role. Then you have to change SiteMap for your CRM in following way:
Here is the link which told you step by step.<Area Id="ResourceCenter" ResourceId="Area_ResourceCenter" Icon="/_imgs/resourcecenter_24x24.gif" DescriptionResourceId="ResourceCenter_Area_Description">
And you have to do such customization for all subareas under ResourceCenter and Settings areas.
<Group Id="ResourceCenter">
<SubArea Id="nav_lc_overview" ResourceId="Homepage_LearningOverview" DescriptionResourceId="LearningOverview_SubArea_Description" Icon="/_imgs/ico_18_129.gif" Url="/resourcecenter/overview.aspx" AvailableOffline="false">
<Privilege Entity="Your custom entity name here" Privilege="Read" />
</SubArea>
Step by Step SiteMap Hiding for certain Roles
site Map
Hiding Areas in Site MAP
Thanks and Regards Blog: http://mubashersharif.blogspot.com
Email: mubasher.sharif@gmail.com
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".
_____________________________________________________________
Mubasher
<hints id="hah_hints"></hints>- 編集済み MubasherSharif 2012年3月26日 16:24
- 回答の候補に設定 nrodri 2012年3月27日 21:36
- 編集済み MubasherSharif 2012年3月28日 8:38