Announcements
No record found.
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 ?
What about using SysOperation framework with one of the asynchronous execution modes?
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 ?
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.
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.
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.
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 689
André Arnaud de Cal... 606 Super User 2026 Season 1
CP04-islander 356