External Document
Configures a field to have a file dialog that the user can upload one or more files with
Value Precision
is AllowMultiple respected?
Has validation?
External Document Data Type Definition
{
"fields" : [
{
"fieldName": "External Doc",
"label": "external_doc",
"required": false,
"maxLength": 10000,
"editable": true,
"dataType": "ExternalDocument",
"allowMultiple": false,
"listOfValues": []
},
...
]
} Creating an entity with an external document

Last updated
Was this helpful?

