Block Backward Stage Changes
Use Cases:
- Control how opportunities move through your pipeline by preventing backward stage changes.
- Keep your sales process consistent and enforce best practices for all users.
- Allow only admins to move stages backward for special cases or corrections.
- Reduce errors and confusion by maintaining a logical stage progression.
Automation(Flows)Configuration
Prompt
Create a validation rule on Opportunity to prevent Stage from moving backwards (e.g., from Proposal back to Qualification) except for System Administrators.
Related use cases
~1 min
Update a Picklist Instantly
Add or remove values without touching Setup.
“Add the value Pilot and deactivate Proof of Concept in the picklist Opportunity_Type__c.”
Create a Formula Field
Describe the math in English. Skip the syntax.
“Create a formula field Margin_Percent__c on Opportunity: (Amount – Cost__c) / Amount.”
Multi-step
Auto-Create Renewal Opportunities
Generate next-year renewals on every Closed Won.
“Create a flow that generates a renewal opportunity in the same account whenever an opportunity moves to Closed Won, with close date set to 1 year from today and the same owner as the original opportunity.”