Salesforce Platform Developer I (legacy) — Question 204
What is the order of operations when a record is saved in Salesforce?
Answer options
- A. workflow, process flows, triggers, commit
- B. process flows, triggers, workflow, commit
- C. triggers, workflow, process flows, commit
- D. workflow, triggers, process flows, commit
Correct answer: C
Explanation
The correct order of operations in Salesforce when saving a record is to first execute triggers, followed by workflows, then process flows, and finally commit the changes. Options A, B, and D do not follow this correct sequence, placing components in the wrong order.