Перейти к содержимому
R-Service R-Service
Руководство разработчика RR Tech Service Management

CustomFieldInput

Эта документация пока недоступна на вашем языке, поэтому показана английская версия.

Value for custom field to be used by the UI Extension that is linked to the record.

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 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 to be selected the value should be an array of node IDs.