List of questions
Related questions
Question 229 - Certified Platform Developer II discussion
A business process requires sending new Account records to an external system. The Account Name, Id, CreatedDate. and CreatedByld 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 an @future method.
B.
Use a before insert trigger and a Queueable class.
C.
Use a Process Builder that calls an @InvocableMethod method.
D.
Use a Workflow rule that calls an @InvocableMethod method.
Your answer:
0 comments
Sorted by
Leave a comment first