You need to sign in to do that
Don't have an account?

Account Level Fields If/Then
I'm new at this thanks for any advice...
I have at account level, fields I need to be dependent and dynamic. First field picklist choice will determine population of second field picklist. After second picklist choice, defined fields will appear (based on choices from field 1 and 2). Many fields are common. Just looking for some basic guidance. Thank you.
I have at account level, fields I need to be dependent and dynamic. First field picklist choice will determine population of second field picklist. After second picklist choice, defined fields will appear (based on choices from field 1 and 2). Many fields are common. Just looking for some basic guidance. Thank you.
If you want to go with customization then check below link and let me know if this helps you.
http://vivekdeshmane.blogspot.co.uk/2015/07/dependent-picklist-using-apex-in.html
Best Regards,
-Vivek
Best,
Thom
Out of the box there is only 1 parent level of dependency. For example you have picklist A, picklist B, picklist C.
You can have
picklist A determines values for picklist B, picklist B determines values for picklist C.
or
picklist A determines values for picklist B, picklist A determines values for picklist C.
but NOT
picklist A AND B determine values for picklist C.
Thx