Delete Account flow

  1. The Delete Account flow flow first calls the GetSession flow which executes a login to Salesforce if there is no active session.
  2. 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.
  3. The Delete flow is called to delete the Account from Salesforce.
Back to the overview