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

Field Editability
Hi
I want to know how to impliment this:
One' A' Pick list is editable only when another ' B' Pick list value becomes "Yes". and
Validation should fire when B picklist is having Yes and A is blank.
Regards
Reddy
Set up a dependant picklist where the value of B are dependant on the value of A.
I use N/A in B if it does not meet the criteria in A to be able to pick values.
As far as the Validation, it fires every time. You just have it check to ensure the A is not Null if there is a value in B.
If you want to hid B based on the value of A then you will have to develope the page using Visualforce.