Tech Support > Microsoft Windows > Windows CRM > custom tabs
custom tabs
Posted by savage on May 17th, 2004


hey al

can anyone give me an example of how to add custom tabs to the main navigation panel (on the left) that depend on the user access levels...eg: Admins should have side tabs 1, 2, 3, managers 1 & 2...et

thanks

Posted by Gary on May 17th, 2004


look at the ISV.config file on the crm server........more info about this is
in the SDK

-Gary

"savage" <anonymous@discussions.microsoft.com> wrote in message
news:1730B59C-C7A6-449A-898D-D55D20E56072@microsoft.com...
Admins should have side tabs 1, 2, 3, managers 1 & 2...etc


Posted by Vinícius Pitta Lima de Araújo on May 17th, 2004


Everything who you need to do this are here:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/CrmSdk1_2/htm/v1d2sampleintegration.asp

[]'s
Vinícius Pitta Lima de Araújo
the user access levels...eg: Admins should have side tabs
1, 2, 3, managers 1 & 2...etc

Posted by Gary on May 17th, 2004


if this is a new tab, I'm assuming this is a custom app you wrote? if so
then you can easily use the SDK to restrict it to the CRM user that is
logged in............

-Gary

"savage" <anonymous@discussions.microsoft.com> wrote in message
news:ED085A0C-1A40-4C7D-BD86-149E80A7B171@microsoft.com...
words, these customizations are visible to all users regardless of their
roles.


Posted by John O'Donnell on May 19th, 2004



"Gary" <gary.rey@virtium.NOSPAM.com> wrote in message
news:ujqgMGFPEHA.1048@tk2msftngp13.phx.gbl...


Posted by John O'Donnell on May 19th, 2004


keep in mind that CRM is tied to the Active Directory so it would be easy to
say if user is usera then continue else display no access etc.

you should also as gary says be able to determine which security role a user
is using the sdk then restrict based on that. For instance you may want to
create a page that only the crm administrator can view



"Gary" <gary.rey@virtium.NOSPAM.com> wrote in message
news:ujqgMGFPEHA.1048@tk2msftngp13.phx.gbl...



Similar Posts