Universal Containers (UC) has an CRP system that stores customer information.
When an Account is created in Salesforce, the FRP system's REST endpoint for creating new customers must automatically be called with the Account information, If the call to the ERP system fails, the Account should still be created. Accounts in UC org are only created, one at a time, by users in the customer on-boarding department.
What should a developer to make the call to the CRP system's REST endpoint7
Therefore, using a Queueable from a Trigger seems to be the best way to make the call to the ERP system's REST endpoint.
Currently there are no comments in this discussion, be the first to comment!