Calling the SalesOrderService on AX 2012
Below is an example of how to create a sales order by calling the SalesOrderService create operation in AX 2012. The example contains one sales order with 3 lines. The code sets the financial dimensions on the sales header record and it sets an inventory dimension on the third sales line. Happy programming! SalesOrderServiceClient proxy =…Read more