Name | Description | Type | Additional information |
---|---|---|---|
Id |
Custom form field id |
integer |
None. |
Title |
The title |
string |
None. |
Description |
The description |
string |
None. |
Type |
The type |
CustomFieldTypeEnum |
None. |
Required |
True if the field is required |
boolean |
None. |
Items | Collection of GetCustomFormFieldItemResult |
None. |
|
AddPleaseSelect |
True if the field should have "please select" option |
boolean |
None. |
RequiredWhenFinished |
True if the field is requried when ticket should be set to state "Closed" |
boolean |
None. |
AllowEditingByOperatorsOnly |
True if only operator can edit the field |
boolean |
None. |
PlaceHolderText |
The place holder |
string |
None. |
RegularExpression |
The regular expression |
string |
None. |
Disabled |
The field is disabled |
boolean |
None. |
DateType |
The property is set only if Type is Date |
CustomFormFieldDateType |
None. |