Is there any way to hide a link in the SiteMap in CRM 2011 using javascript? The link is not that of an entity. It's basically an injected link which opens up a custom HTML page in the dashboard. Is there any way I can probably wire up a javascript function so that the link can be made visible/hidden by invoking that javascript function?
If that is not possible, could there possibly be a workaround for this?
Thanks.
You can restrict users' access to a
SubArea
by using thePrivilege
element. If a user doesn't have the right privilege, thatSubArea
won't show, though this is obviously not something that you trigger programmatically on load.