Four Digit Year
Configures a input field to appear that allows a year to be entered
Value Precision
is AllowMultiple respected?
Has validation?
Four Digit Year Data Type Definition
{
"fields" : [
{
"fieldName": "4 digit year",
"label": "4_digit_year",
"required": false,
"maxLength": 10000,
"editable": true,
"dataType": "FourDigitYear",
"allowMultiple": false,
"listOfValues": []
},
...
]
} Last updated
Was this helpful?

