how to hide "settings & resource center" based on roles

回答の候補 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.
    Here is the link which told you step by step.

    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:

           <Area Id="ResourceCenter" ResourceId="Area_ResourceCenter" Icon="/_imgs/resourcecenter_24x24.gif" DescriptionResourceId="ResourceCenter_Area_Description">
            <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>

    And you have to do such customization for all subareas under ResourceCenter and Settings areas.

    For more help

    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>