A business process requires sending new Account records to an external system. The Account Name, Id, CreatedDate, and Created ById must be passed to the external system in near real-time when an Account is inserted without error. How should a developer achieve this?
A. Use a before insert trigger and a Queueable class
B. Use a before insert trigger and an @future method
C. Use a Process Builder that calls an @InvocableMethod method
D. Use a Workflow rule that calls an @InvocableMethod method
Suggest answer: C
Reference:
No comments:
Please share to make the community better.