Universal Containers (UC) processes orders in Salesforce in a custom object, Order__c. They also allow sales reps to upload CSV files with thousands of orders at a time. A developer is tasked with integrating orders placed in Salesforce with UC’s enterprise resource planning (ERP) system. After the status for an Order__c is first set to ‘Placed’, the order information must be sent to a REST endpoint in the ERP system that can process one order at a time. What should the developer implement to accomplish this?
A. Callout from a Queueable class called from a trigger
B. Callout from a Batchable class called from a scheduled job
C. Callout from an @future method called from a trigger
D. Flow with a callout from an invocable method
Suggest answer: A
Reference:
No comments:
Please share to make the community better.