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:
- CustCustomerV3Entity:
- AccountNum
- dataAreaId
- SalesOrderHeaderV2Entity:
- SalesId
- dataAreaId
- SalesOrderLineV2Entity:
- CustomerLineNum
- dataAreaId
- InventoryLotId
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?