Date field in form with NA (Not Applicable) selection option?

Certified Lead Developer

Can we create a date field in a tempo form where user can select NA(Not applicable) or a Date using the same field?

OriginalPostID-215756

OriginalPostID-215756

  Discussion posts and replies are publicly visible

Parents
  • You could create you own custom component with exactly the same interface as the default dateTimeField but implements your own logic. Last week we did something like that with a pickerField. A radioButtonField above lets the user choose to select an existing item or create a new one. For creating a new one we replace the picker by a textField.

    Then copy&paste your forms SAIL code to a text editor, search/replace the component and copy&paste it back.
Reply
  • You could create you own custom component with exactly the same interface as the default dateTimeField but implements your own logic. Last week we did something like that with a pickerField. A radioButtonField above lets the user choose to select an existing item or create a new one. For creating a new one we replace the picker by a textField.

    Then copy&paste your forms SAIL code to a text editor, search/replace the component and copy&paste it back.
Children
No Data