A custom form.
| Name | Editable? | Type | Summary |
|---|---|---|---|
| ID | Int32 | The ID of the form. | |
| Name | String | The name of the form. | |
| AppID | Int32 | The ID of the platform application containing the form. | |
| AppName | String | The name of the platform application containing the form. | |
| ComponentID | Int32 | The ID of the component associated with the form. | |
| IsActive | Boolean | The active status of the form. | |
| IsConfigured | Boolean | The configured status of the form. | |
| IsDefaultForApp | Boolean | The default status of the form. | |
| IsPinned | Boolean | The pinned status of the form. Currently only supported for tickets. | |
| ShouldExpandHelp | Boolean | Whether the form should automatically expand help-text sections. | |
| CreatedDate | DateTime | The created date of the form. | |
| CreatedUid | Guid | The UID of the user who created the form. | |
| CreatedFullName | String | The full name of the user who created the form. | |
| ModifiedDate | DateTime | The last modified date of the form. | |
| ModifiedUid | Guid | The UID of the user who last modified the form. | |
| ModifiedFullName | String | The full name of the user who last modified the form. | |
| AssetsCount | Int32 |
The number of assets associated with the form,
or -1 if this total has not been loaded.
|
|
| ConfigurationItemsCount | Int32 |
The number of configuration items associated with the form,
or -1 if this total has not been loaded.
|