
Hi,
Integration between D365 and Ax 2012
I have a requirement where Sales order data will be sent to Service bus topic from D365 through a logic app and Ax 2012 should consume that data and create a sales order in Ax 2012 instance.
The fields that are sent to Azure service bus fro D365 when a sales order is created are as follows:
Using these fields I should be able to create a sales order in Ax 2012 environment.
How should I take this approach forward?
How should I read the sent message?
Here is an old blog post that provides code sample and explanation www.axdeveloperconnection.it/.../azure-service-bus-messaging-dynamics-ax-2012-part-2