CustomField Object
Custom field value provided by the UI Extension that is linked to the record.
Fields
The fields in this section list which values can be retrieved when querying CustomField records.
id (
String)
Id of the field as defined for the UI Extension.
value (
JSON)
Value of the field.
- For
selectfields the value is the HTMLvaluedefined for the value (not the value shown to the user). - For
...-suggestfields the value is the node ID of the selected record. - For
custom-suggestfields the value is the node ID of the selected record. When multiple records are selected the value is an array of node IDs.