Contains information for the form designer
Data model

Fields
| Field |
Type |
Description |
| description* |
NVARCHAR (500) |
Form Description |
| id* |
INT |
Unique Form Identifier |
| is_active* |
BIT |
Indicates whether the form is active, (0 = inactive, 1 = active) |
| item_type_id* |
INT |
Case type identifier, reference table ASMS_TYPES.id |
| layout |
NVARCHAR (MAX) |
Form configuration data in Json format |
| model_id |
INT |
Identifier of the model associated with the form, references the ASMS_MODEL.id table |
| name* |
NVARCHAR (100) |
Name identifying the form |
| project_id |
INT |
Related project ID, reference table ASMS_PROJECTS.proj_id |
Primary Key
References