Name | Description | Type | Additional information |
---|---|---|---|
Id |
Unique identifier |
integer |
None. |
CustomFieldTitle |
Custom field title, the field is used only if the type is custom |
string |
None. |
CustomFieldType |
Custom field type, the field is used only if the type is custom |
CustomFieldTypeEnum |
None. |
Description |
Description |
string |
None. |
DoNotShowInTicket |
the field will not show the field in ticket detail |
boolean |
None. |
FieldType |
Product field type |
ProductFieldTypeEnum |
None. |
HintText |
Text that should be shown as a hint for filling the field |
string |
None. |
Index |
Field order |
integer |
None. |
MaxLength |
Fills only if custom field type is ID, maximum length of text |
integer |
None. |
MinLength |
Fills only if custom field type is ID, minimum length of text |
integer |
None. |
PleaseSelect |
True if the field should have "please select" option |
boolean |
None. |
ProductId |
The product id |
integer |
None. |
Required |
True if the field is required |
boolean |
None. |
ShowInSelect |
If true, the value of the field will be shown in autocomplete |
boolean |
None. |
Items |
The items only if type is custom and CustomFieldType is DropDown |
Collection of ProductsCustomFieldItemResult |
None. |