SupportedConstraints

SupportedConstraints
SupportedConstraints

Definition of SupportedConstraints.

JSON Example
{
    "constraint": {
        "constraintType": "string"
    },
    "mandatory": {
        "constraintType": "string"
    },
    "restrictDuplicates": {
        "constraintType": "string"
    },
    "customValidator": {
        "constraintType": "string"
    },
    "numberRange": {
        "min": "number",
        "max": "number"
    },
    "regexp": {
        "expression": "string"
    },
    "numberFormat": {
        "value": "string"
    }
}
constraint
Optional

Definition of Constraint.

mandatory
Optional

mandatory

restrictDuplicates
Optional

restrictDuplicates

customValidator
Optional

customValidator

numberRange
Optional

numberRange

regexp
Optional

regexp

numberFormat
Optional

numberFormat

Availability
Added in 30.0
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal
Removed in 39.0