Skip to main content
Customer Service 님이 #Data Management에 질문했습니다
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개
  1. 2013년 5월 24일 오전 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