Translate

Showing posts with label AX 2012 User rights. Show all posts
Showing posts with label AX 2012 User rights. Show all posts

Thursday, July 24, 2014

Code to check the current user have system administartor rights in AX X++ code

Hi,


Sometime before I was written a big statement to find out the System admin rights of current user. Later I realized about global function that will help us to find the same.


isSystemAdministrator(): will tell you the current user is having the admin rights or not.


if isSystemAdministrator() return true then the user is having system admin rights, else not a system admin.


Hope this helps you.
Prasn