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 use the RunAs command in ax2009

(0) ShareShare
ReportReport
Posted on by 275

Im trying to use the RunAs command in AX2009, my code is as follows, but for some reason the code in method1 in the Class1 is not being executed. Anybody have any insight to what might be worng with this code ?

static void main(Args _args)
{
    RunAsPermission perm;
    UserId          runAsUser;
    SysUserInfo     userInfo;
    ;

    userInfo = SysUserInfo::find('abc');
    runAsUser = userInfo.Id;
    perm = new RunAsPermission(runAsUser);
    perm.assert();

    RunAs(runAsUser, classnum(Class1), "method1");

    CodeAccessPermission::revertAssert();

}

*This post is locked for comments

I have the same question (0)
  • Martin Dráb Profile Picture
    237,972 Most Valuable Professional on at

    Did you verified the obvious thing - whether "method1" is static and parameterless?

  • Suggested answer
    Joris dG Profile Picture
    17,775 on at

    Have you tried running this code on the server tier?

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