Get current user id using JavaScript in Dynamics 365 CE CRM script
Views (109)
To get current user id you can use the following script: This will return GUID with curly braces. To get current user name you can use the following script: To get current user roles you can use the following script: Returns an array of strings that represent the GUID values of each of the security…
Read more
Read more
This was originally posted here.
*This post is locked for comments