CustomFieldInput
Value for custom field to be used by the UI Extension that is linked to the record.
Input Fields
id (
String!
)
Id of the field as defined for the UI Extension.
value (
JSON
)
Value for the field.
- For
select
fields the value is the HTMLvalue
defined for the value (not the value shown to the user). - For
...-suggest
fields the value is the node ID of the selected record. - For
custom-suggest
fields the value is the node ID of the selected record. When multiple records are to be selected the value should be an array of node IDs.