List of Values (LOVs)
Lists of Values are sets of data that are pre-configured to be the only possible answers in a given field. These can be set up in a hierarchical or straight-line fashion.
Value Precision
is AllowMultiple respected?
Has validation?
List of Values Data Type Definition
{
"fields": [
{
"fieldName": "Alphanumeric Multi Select",
"label": "alphanumeric_multi_select",
"required": false,
"maxLength": 10000,
"editable": true,
"dataType": "AlphaNumericText",
"allowMultiple": true,
"listOfValues": [
{
"id": 1,
"label": "1125",
"xref": null,
"childValues": []
},
{
"id": 3,
"label": "320",
"xref": null,
"childValues": []
},
{
"id": 2,
"label": "96",
"xref": null,
"childValues": []
}
]
},
...
]
}Last updated
Was this helpful?

