You need to sign in to do that
Don't have an account?
Chad Moutes
If BillingState = OH then Industry must be populated validation rule.
I am kind of new to writing validation rules and I'm trying to write one for if the field "BillingState" = "OH" then the field "Industry must be populated. Any help would be greatly appreciated.
All Answers
@Chad Moutes
Use this:
text(Industry)=='OH'
or isPickVal(Industry,'OH')
Use either of text(pick_list) or ispickval(pick_list,value) functions when refering to picklist values in formulas.
Thanks,
Balaji