- 10 more key points in Pro version
- 5 more common mistakes in Pro version
- 4 more exam tips in Pro version
- 53 more related questions in Pro version
Summary
Highest-weight domain. Start by identifying whether the requirement is a calculated value, a save-time guardrail, an aggregate, an approval, or automation. Formula fields calculate without storing updates; validation rules block invalid saves; roll-up summaries aggregate directly related detail records in master-detail; approvals route records for review; Flow handles interactive, record-driven, scheduled, and reusable automation. For record-triggered Flow, use before-save for efficient same-record field updates and after-save when you must create/update related records or perform actions. Prevent repeat execution with precise start conditions and change detection; design for bulk operations and fault handling.
Key Points
- Formula field = derived value; no nightly write needed just to keep a calculation current.
Common Mistakes
- Using Flow to store a value that a formula can calculate dynamically.
Exam Tips
- Translate the requirement into WHEN, WHAT, and WHERE: when does it run, what must change, and is the change on the triggering record or elsewhere?