Last modified on September 11, 2023 at 2:11 pm
Overview
This is a summary of the constraint types available for your userfields. For information on creating and maintaining userfields, see the Userfields documentation.
Minimum Value
Requires that all user input be greater than or equal to the value you specify.
Maximum Value
Requires that all user input be less than or equal to the value you specify.
Minimum Length
Requires that all user input be greater than or equal in length to the value you specify.
Maximum Length
Requires that all user input be less than or equal in length to the value you specify.
Minimum Date
- Constraint name: minimumDate
- Applies to userfield types:
Requires that the date the user enters must be equal or after the date you set.
Maximum Date
- Constraint name: maximumDate
- Applies to userfield types:
Requires that all user input be before or equal to the value you specify.