Forum Post: RE: How to make field required On change the Picklist values

Status
Not open for further replies.
O

Orchid Corpin

Guest
Hi sudhakar, This can be achieve with a field validation of Drip Reason field, can be something like this codes. if("{!R12345#value}" == "DRIP" && "{!drip_reason}" == "") { return "Drip Reason must be specified."; } Regards, Orchid

Continue reading...
 
Status
Not open for further replies.
Top