...
Code Block |
---|
if (TypeOfLeave.value === 'Sick') { Certification.visible = true; Certification.required = true; } else { Certification.visible = false; Certification.required = false; } |
6. Click the Save and exit icon to save the rule.
...
...
Code Block |
---|
if (TypeOfLeave.value === 'Sick') { Certification.visible = true; Certification.required = true; } else { Certification.visible = false; Certification.required = false; } |
6. Click the Save and exit icon to save the rule.
...