V.V
V.V

Reputation: 883

How to Get Security Roles in CRM 2011 Using JavaScript?

I need to get the security roles which are associated to the current user in CRM Online. How do I do this using JavaScript?

Upvotes: 4

Views: 3668

Answers (1)

Daryl
Daryl

Reputation: 18895

Use the Xrm.Page.context.getUserRoles() function.

Upvotes: 6

Related Questions