The ProjectFormTemplateInformation parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| FormTemplateID | integer | The unique ID of the form template. | ||
| FormTemplateLinkID | integer | Each form template can have different versions. They will all have the same FormTemplateLinkID. | ||
| FormTemplate | string | 200 | The name of the form template. | |
| TypeID | integer | The unique ID of the type (All form templates are allocated to a type). | ||
| Type | string | 100 | The name of the type (All form templates are allocated to a type). | |
| WorkFlowTemplateID | integer | The unique ID of the workflow template that this form template follows. | ||
| WorkFlowTemplate | string | 100 | The name of the workflow template that this form template follows. | |
| BusinessUnitID | integer | The business unit ID that owns the form template. | ||
| BusinessUnit | string | 100 | The business unit that owns the form template. | |
| Active | boolean | Whether the template is active. |