I am trying to map Salesforce “record type” feature (which let you offer different picklist values and forms layouts to users based on security roles) in Dynamics CRM.
As per my understanding, in Dynamics, it can be achieved in 2 ways.
1) Use JavaScript to fetch User’s security role and based on that show/hide specific fields on form.
2) Create seperate forms and Enable Security Roles on forms which will provide only applicable forms to users.
Note: One user can have multiple roles hence multiple forms are applicable.
Please suggest which approach is better in terms of design, user experience and maintenance.
*This post is locked for comments
I have the same question (0)