Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleExample display Conditions
form.data.isNew // Show the field only when the user is creating a request

!form.data.isNew // Show the field only when the user is *not* creating a request

form.data.isPrinting // Show the field only when the user is printing a reqeust

form.data.customSelectList1 === 'No' // Show the field only when the select list has a value of "No" selected

form.data.state !== 'Initial' // When the request is in the initial state, do not show the field