Update a Picklist Instantly
Use Cases:
- Quickly keep your picklists up to date with the latest business options using a prompt.
- Save time by automating picklist management instead of doing it manually.
- Ensure your sales team always has the right choices available in dropdowns.
- Make your CRM reflect current business processes and terminology instantly.
ConfigurationConsultant
Prompt
Add the value Pilot and deactivate Proof of Concept in the picklist Opportunity_Type__c.
Related use cases
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.”
Debug a Salesforce Error
Paste an error. Get the root cause in seconds.
“Apex error ‘FIELD_CUSTOM_VALIDATION_EXCEPTION’ on saving Opportunity — identify which validation rule fired and why.”
Block Backward Stage Changes
Stop reps from moving opps backward — except admins.
“Create a validation rule on Opportunity to prevent Stage from moving backwards (e.g., from Proposal back to Qualification) except for System Administrators.”