Advance Display Rules

Admin User can define rules to change the visibility of a field based on the user input. This feature is optional.

You can assign rules using conditional expression for any of the following actions

  • Display Error message in the Target Field

Condition:Date.parse(zf.Leavestartdate) > Date.parse(zf.LeaveEndDate)

Target Field:Leave End Date

Error Messge: Set a valid end date.

  • Set visibility of the Target Field

Condition: zf.country== 'USA'

Target Field:Social Security Number

Error Messge:

Visibility:Mandatory

Last updated

Was this helpful?