Delete Account flow
-
The Delete Account flow flow first calls the GetSession flow which executes a login to Salesforce
if there is no active session.
-
Accounts are deleted by Salesforce Id so a query is set up to retrieve the Salesforce Id
given the LocalAccount Id in the incoming message. The query subflow is called.
-
The Delete flow is called to delete the Account from Salesforce.
Back to the overview