1 results for tag "salesforce-flow-design"
Salesforce Flow design and review checklist β first confirm a formula field, validation rule, or roll-up summary can't solve the problem, then pick the right flow type (before-save vs after-save Record-Triggered, Screen, Autolaunched/Invocable, Scheduled, Platform Event). Bulk-safety rules ban DML and Get Records inside loops, require fault connectors on every data-changing element, enforce the automation-density check against legacy Process Builders/Workflow Rules/Apex triggers, and mandate Draft β 1-record β 200+-record β Activate deployment.