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

Announcements

News and Announcements icon
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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans