How to get security roles in CRM 2011 using JavaScript?

I need to get the security roles associated with the current user in CRM Online. How to do it using JavaScript?

+4
source share
1 answer

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

+6
source

Source: https://habr.com/ru/post/1480740/


All Articles