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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Async method calls in AX 2012

(0) ShareShare
ReportReport
Posted on by

Is there any way to run methods in async in AX 2012 ?

I have found ways and implemented them in D365 F&O using Global::runAsync()

Is there any similar method in Ax 2012 such that I return a value first and then run my code in Async manner ?

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

    What about using SysOperation framework with one of the asynchronous execution modes?

  • Community Member Profile Picture
    on at

    But they have to be added to service groups and is mandatory to run it as an AIF service.

    Is there any way I don't require it to be used as an AIF service ?

  • Martin Dráb Profile Picture
    239,152 Most Valuable Professional on at

    Unfortunately I don't know what you're talking about. It seems you have some requirement that you didn't mention, therefore you should expain them now.

  • Community Member Profile Picture
    on at

    Not specifically, but I wanted to use thread like functionality. I wanted to return the value to the calling function first and then process my work in async manner and catch exceptions in separate log table irrespective of what value is passed the calling function.

  • Martin Dráb Profile Picture
    239,152 Most Valuable Professional on at

    Aha, I thought your previus reply meant that you needed web services or so.

    If you believe that SysOperation is the same as AIF, you're wrong. This is how your code could look like:

    MyClass myClass = MyClass::construct();
    myClass.parmExecutionMode(SysOperationExecutionMode::ScheduledBatch);
    myClass.startOperation();

    It has nothing to do with AIF.

  • Blue Wang Profile Picture
    Microsoft Employee on at

    Hi Dhruvil,

    Impolite interjection, have you tried this blog?devblog.sertanyaman.com/.../

    It mentioned "In AX2012 for that purpose we have used the xApplication::runasync() method and Thread framework."

    Although those two are now depreciated and replaced by the optimized Form and Global class methods.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 681

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 448 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 218 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans