Start with the official Order of Execution diagram. This page is a teaching ladder — real orgs add Flows, Platform Events, and async steps.
Highlighted: before triggers
Mini quiz: sort first 3
Correct order: before triggers → validation → after triggers.
Answer: drag the list above — “before” always runs before validation; validation before “after” triggers.
// If validation fails, after triggers don’t run. // If a before trigger updates the field again, validation may re-run. // Always read the current Salesforce release notes for order details.