web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to check if an User logged in is an Administrator via x++ ?

(0) ShareShare
ReportReport
Posted on by

Hi All,

How to check if an User logged in is an Administrator ?. Based on that I want to perform certain action.

I mean Only if the user has the admin role then will be allowed to perform certain activity else will not be allowed .

Regards,

Mania.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    startax Profile Picture
    1,845 on at

    Hi ,

    If you want to do this using X++ try below code to find Security roles for current user

    static void Job206(Args _args)

    {

       SecurityRole        role;

        SecurityUserRole    userRole;

        UserInfo            userInfo;

        ;

       while select  role

       exists join userRole

       where role.RecId     == userRole.SecurityRole

             && userRole.User == curUserId()

       {

       info(strFmt("%1  -  %2", role.Name,curUserId()));

       }

    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans