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