SectionDesigns
Provides a structured view of layout designs for document or form sections. This is used to drive UI rendering or template configurations in document-centric workflows.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the section design entry, typically auto-generated by the system. |
| SectionDesignType | String | Specifies the classification or type of the section design, which defines its purpose within a checklist or structured document. |
| Name | String | The human-readable name assigned to the section design for identification and display in user interfaces. |
| Status | String | Indicates the current operational status of the section design, such as Active, Inactive, or Archived. |
| CreatedBy | String | Username or identifier of the user who initially created the section design record. |
| CreatedDate | Datetime | Timestamp recording when the section design was first created in the system. |
| LastModifiedBy | String | Username or identifier of the user who last updated the section design record. |
| LastModifiedDate | Datetime | Timestamp indicating the most recent modification made to the section design. |
| ChecklistDesign | String | Reference to the associated checklist design this section design belongs to, establishing a parent-child relationship. |
| Order | Int | Defines the display sequence of this section within the checklist, influencing its visual or execution order. |
| Description | String | Detailed textual explanation or notes describing the purpose, scope, or content of the section design. |
| Header | String | Optional display text used as a header for the section, typically shown in the rendered checklist layout. |
| Lifecycle | String | Name of the lifecycle applied to the section design, used to manage its phases such as draft, review, or approved. |
| LifecycleState | String | Current state of the section design within its assigned lifecycle, controlling access and editing rights. |
| Weight | Int | Numeric weight used for prioritization, ranking, or scoring logic within the checklist or associated workflows. |