Hi Team,
I have an integration with an external system that has an exposed web services to integrate/export data from Ax to that system. Processing is algorithm is:
- When the Purchase Order is Confirmed
- Create a list of products from and order and verify if all those products exists on the external system.
- IF any product did not exist, retrieve product information from Ax and sync those over to the external system
- IF all products exists, sync the purchase order to the external system.
So basically all of the actions there have a function to retrieve data from ax and do a web service call to send out the data. Since I am implementing the process via Event Handler. How will I implement asynchronous calling of these operations? I did some research but most of the suggestions are about Batch Jobs.
Btw I have async functions on the web service functions.
Thanks.
*This post is locked for comments
I have the same question (0)