Name | Description | Type | Additional information |
---|---|---|---|
Id |
The custom form id |
integer |
None. |
Disabled |
If true the custom form is disabled |
boolean |
None. |
Name |
The custom form's name |
string |
None. |
Description |
The custom form's description |
string |
None. |
CustomLayout |
If true the custom form has defined custom layout template in LayoutTemplate property |
boolean |
None. |
LayoutTemplate |
Html layout template |
string |
None. |
Fields |
The custom form's fields |
Collection of GetCustomFormFieldResult |
None. |
CustomFormLayoutServiceType |
The custom form's type |
CustomFormLayoutServiceTypeEnum |
None. |
ServiceLimitedAccess |
True if custom form's is limited only for selected services |
boolean |
None. |
CategoryLimitedAccess |
True if custom form's is limited only for selected category items |
boolean |
None. |
ServiceIds |
The services when the custom form is visible only if ServiceLimitedAccess is set to true |
Collection of integer |
None. |
CategoryItemIds |
The services when the custom form is visible only if CategoryLimitedAccess is set to true |
Collection of integer |
None. |
ShowInEditModeInDefault |
The custom form should be shown in edit mode by default |
boolean |
None. |
AnOperatorCanEditAfterClosingTheTicket |
The custom form can be edited after closing the ticket |
boolean |
None. |