How do I ensure that the additional custom fields on the form become dynamically visible when you select a particular termination reason code?
On the employee terminate form, if reason code = "DRUGS" two more additional fields should be visible..
I have added a condition field but it doesnt seem to work. Can someone help?
visible when (ZZZDrugs)
two column
ZZZDrugDate
ZZZDrugType
Conditional field:
Employee is a BusinessClass
owned by hr
Conditions
ZZZDrugs
when (reason code entered
and reason code = "DRUGS")