Synchronize Account ASI
This workflow submits the account information to the outside application to synchronize the information between the current and outside application.
Query For Account By ID. Queries for the account on the current application using the object ID. Returns an account property set containing the account information.
External Account Proxy. Calls the Synchronize method on the outside application, passing in the account property set. This step returns an account property set, which contains any changes the outside application made to the account.
Synchronize Account. Takes the account property set returned by the previous step and synchronizes it with the account in the current application.