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 select fields the value is the HTML value 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 selected the value is an array of node IDs.