Others
A few other data types that are available but not entirely built out.
Password
Value Precision
is AllowMultiple respected?
Has validation?
Password Data Type Definition
{
"fields" : [
{
"fieldName": "Pass Word",
"label": "pass_word",
"required": false,
"maxLength": 10000,
"editable": true,
"dataType": "Password",
"allowMultiple": false,
"listOfValues": []
},
...
]
} Credit Card
Value Precision
is AllowMultiple respected?
Has validation?
Credit Card Data Type Definition
Last updated
Was this helpful?

