Delete flow for the MQ to Salesforce: Account Management pattern
Details about the Delete flow for the
MQ to Salesforce: Account Management pattern.
-
The Delete flow expects the Salesforce Id of the object to be deleted to be stored in the Local Environment.
-
Data and header are mapped into the SOAP structure for the Salesforce delete operation.
-
A service call is made to Salesforce. If the call returns a fault
or failure then error handling will be invoked. Note however that it
is not considered an error to attempt to delete an object which
does not exist or has already been deleted. The response is saved for logging.
-
If logging is required and the service call returned a response then a log message is generated.
The log message includes a copy of the response.
Back to the overview