dynamics crm - Hiding a link in the sitemap based on security role in crm 2011 using javascript -
is there way hide link in sitemap in crm 2011 using javascript? link not of entity. it's injected link opens custom html page in dashboard. there way can wire javascript function link can made visible/hidden invoking javascript function? if not possible, there possibly workaround this? thanks. you can restrict users' access subarea using privilege element. if user doesn't have right privilege, subarea won't show, though not trigger programmatically on load. <subarea id="search" icon="" url="http://www.dropbox.com"> <titles> <title lcid="1033" title="dropbox search" /> </titles> <descriptions> <description lcid="1033" description="dropbox searching." /> </descriptions> <privilege entity="product" privilege="create" /> </subarea>