Submit Order ASI
This workflow submits the order to the outside application to synchronize the information between the two applications.
Workflow Description
This workflow performs the following actions:
Query Order By Id. Queries for the order on the current application using the object id. Returns an order property set containing all the order information.
External Order Proxy. Calls insert on the outside application, passing in the order property set. This step returns an order property set, which will contain any changes the outside application made to the order.
Synchronize Order. Takes the order property set returned by the previous step and synchronizes it with the order in the current application.