Contains information for the form designer
Data model

Fields
| Field |
Type |
Description |
| description |
NVARCHAR (8000) |
Form Description |
| enable |
BIT |
Indicates whether the form is active, (0 = inactive, 1 = active) |
| id* |
INT |
Unique Form Identifier |
| model_id |
INT |
Identifier of the model associated with the form, references the ASMS_MODEL.id table |
| name* |
NVARCHAR (1000) |
Name identifying the form |
| project_id |
INT |
Related project ID, reference table ASMS_PROJECTS.proj_id |
| type_id |
INT |
Case type identifier, reference table ASMS_TYPES.id |
Primary Key
References