List of questions
Related questions
Question 67 - Certified Platform Developer II discussion
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.
A.
Before Triggers
B.
After Triggers
C.
Post commit logic such as sending email
D.
DML committed to the database
E.
Workflow rules
F.
Roll-up summary calculationsIn what order do the following operations execute?
G.
1,2,5,6,4,3
H.
1,5,6,2,4,3
I.
1,2,4,5,6,3
J.
1,6,5,2,4,3
Your answer:
0 comments
Sorted by
Leave a comment first