Posts

Showing posts from April, 2019

Integration patterns

We have used the various integration patterns but its vary handy to see all the option listed in a single snapshot. Loved this list on Salesforce documentation and hence this post so i do not loose it! Pattern Scenario Remote Process Invocation—Request and Reply Salesforce invokes a process on a remote system, waits for completion of that process, and then tracks state based on the response from the remote system. Remote Process Invocation—Fire and Forget Salesforce invokes a process in a remote system but doesn’t wait for completion of the process. Instead, the remote process receives and acknowledges the request and then hands off control back to Salesforce. Batch Data Synchronization Data stored in Lightning Platform should be created or refreshed to reflect updates from an external system, and when changes from Lightning Platform should be sent to an external system. Updates in either direction are done in a batch manner. Remot