function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lakshmi SLakshmi S 

validation rule for hide picklist value based on other picklist value selection?

HI Team,

How to write a validation rule for hide picklist value based on other picklist value selection?
I have two picklist fields A and B.
A have one & two values.
B have one & two values.
If i select one from A, it doesn't show one in the B field.
How can we achieve that?

Thanks.
Lakshmi
 
sfdcMonkey.comsfdcMonkey.com
you can use field dependency to achieve it :
for refrence : http://www.salesforcetutorial.com/field-dependency-in-salesforce/

Thanks,