Zanflow Docs
  • Getting Started
  • User Management
    • Adding User
    • Group Management
  • Process
    • Create Process
    • Form
      • Designing Form
    • Workflow
      • Configuring Workflow Elements
      • Configuring Task
      • Adding Gateways
    • Display Rules
    • Advance Display Rules
    • Access Permission
  • Master Data
    • Create Master
    • Edit Master
    • Access Master Data in Process
  • Kanban
    • Create Board
    • Create Columns
    • Design Form
    • Define Card Title and Access
    • How to use Board?
  • Widgets
    • Create Widget
    • Design Widget Form
    • Publish Widget
  • Inbox
    • Task Search
  • Reports
  • Dashboard
Powered by GitBook
On this page

Was this helpful?

  1. Process

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

Example: You can show a Error message in Leave End Date Field if start date is lesser than the start date by using the following condition.

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

Example: You can set the visibility of a Social Security Number field as mandatory, if country is USA by using the following condition.

Condition: zf.country== 'USA'

Target Field:Social Security Number

Error Messge:

Visibility:Mandatory

PreviousDisplay RulesNextAccess Permission

Last updated 4 years ago

Was this helpful?