SupportedConstraints

SupportedConstraints
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

constraint

mandatory
Optional

mandatory

restrictDuplicates
Optional

restrictDuplicates

customValidator
Optional

customValidator

numberRange
Optional

numberRange

regexp
Optional

regexp

numberFormat
Optional

numberFormat

Availability
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal