Navigation Control through Sitemap

Today I got requirement from one of my client for dynamics crm online, that they just want to show only Workplace and Setting navigation to all users except System Admin.

The first thing that came in my mind to set Privilege attribute for all Subarea in all navigation with “All” for example for account to use like as below

<Privilege Entity=”accountk” Privilege=”All” />

But it didn’t work in crm online

So I tried to do another way and found a good solution for this in

http://rc.crm.dynamics.com/rc/regcont/en_us/live/articles/controlAccessToRC.aspx

It’s discussing the same thing but to use

<Privilege Entity=”businessunit” Privilege=”Create”/>

As only System Admin and CEO-Business Manager have create privilege in businessunit entity,that’s my requirement.

Hope it will help somebody

Leave a Reply

Your email address will not be published. Required fields are marked *