Skip to main content
I have Account object and Opportunity object.

 

I want to have a picklist field in opportunity dependent on value of a picklist in Account.

 

Example:

 

Account field picklist values: New, Old

 

If selected value is New then Opportunity field picklist values are : a, b, c

 

If selected value is Old then Opportunity field picklist values are: a, d, e

 

Is it possible to do and if so then how?
2 respuestas
  1. 24 may 2013, 10:04
    You can't make them 'dependent' since the fields are on different objects.  You can create a Validation Rule that checks the selected values of the fields.  If this is really critical to your business process, you could look into record types, and define different Opportunity Record types containing the Opportunity picklist values for New and Old, then use a Workflow on Opportunity Create to set the Record Type based on the Account field.  The Workflow will only fire after the initial 'save', so the Opportunity picklist field contents wouldn't be changed on the initial Opportunity create screen.
0/9000