Thursday 6 August 2020

Get Security Roles of logged-in/current user in JavaScript - Dynamics 365 CE

Hi Everyone,

Let's say bye bye to all the code that we used to write for getting Security Roles of the logged in User. 

Here is the single line of the JavaScript code which gets all the Security Roles GUIDs along with names.

Xrm.Utility.getGlobalContext().userSettings.roles.getAll();

Security roles associated with the user.

Security roles associated with the Team where user is a part of the Team.


When we run the code, here is the output.


Hope this helps.

--
Happy 365'ing
Gopinath.

No comments:

Post a Comment