Course contents8 lessons
Course overview
  1. 01Making a Field Required By Another Field
  2. 02Hide/Unhide Controls
  3. 03Masks
  4. 04Required Controls and Validation
  5. 05Tooltips and Popover
  6. 06Trigger Calculations
  7. 07Number Formatting
  8. 08Advanced Validation Techniques

Lesson 1 of 8

Making a Field Required By Another Field

You can make a UI control required by the value of a Boolean field. A required control can prevent page transitioning and/or save actions.

1 min read

You can make a UI control required by the value of a Boolean field. A required control can prevent page transitioning and/or save actions until the user enters data into this field. The Required field indicates whether the control is required during validation.

textboxreq

This can be configured as Always or Never to indicate whether the input is statically required or not.

Alternatively, if any Boolean Single Named Ranges (SNR) exist (i.e. ranges pointing to a single cell that evaluates to TRUE or FALSE), then the required-ness of the input can be configured to reflect the value of that named range using the ‘By Value Of’ setting.