Salesforce
PDII · Question #49
A developer is writing a complex application involving triggers, workflow rules, Apex classes, and processes. The developer needs to carefully consider the order of execution when developing the…
The correct answer is A. 1, 2, 5, 6, 4, 3. See the full explanation below for the reasoning.
Question
A developer is writing a complex application involving triggers, workflow rules, Apex classes, and processes. The developer needs to carefully consider the order of execution when developing the application. 1. Before Triggers 2. After Triggers 3. Post commit logic such as sending email 4. DML committed to the database 5. Workflow rules 6. Roll-up summary calculations In what order do the following operations execute?
Options
- A1, 2, 5, 6, 4, 3
- B1, 5, 6, 2, 4, 3
- C1, 2, 4, 5, 6, 3
- D1, 6, 5, 2, 4, 3
How the community answered
(22 responses)- A73% (16)
- B14% (3)
- C9% (2)
- D5% (1)
Community Discussion
No community discussion yet for this question.