Sections
Displays information on logical sections used in templates or structured content. This helps organize content into modular segments for consistent formatting and easy editing.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the section record, used as the primary key within the system. |
| Section_Type | String | Defines the classification or category of the section, such as Safety, Efficacy, or Compliance. |
| Name | String | Human-readable title of the section, typically used for display and reference in the application UI. |
| Status | String | Current state of the section, such as Draft, In Review, Approved, or Archived. |
| Created_By | String | Username or system identifier of the individual who originally created the section. |
| Created_Date | Datetime | Timestamp indicating when the section was first created in the system. |
| Last_Modified_By | String | Username or system identifier of the user who last updated the section. |
| Last_Modified_Date | Datetime | Timestamp reflecting the most recent modification made to the section. |
| Checklist_Section_Status | String | Indicates the progress or state of the section within a checklist, such as Not Started, In Progress, or Completed. |
| Checklist | String | Reference to the associated checklist to which this section belongs, typically a foreign key or identifier. |
| Order | Int | Numerical value representing the display order of the section within the checklist. Lower values are shown first. |
| Description | String | Free-text field providing detailed information or context about the section's purpose or contents. |
| Header | String | Header text used to label or identify the section in visual layouts or reports. |
| Weight_ | Int | Numeric weighting value used to influence the importance or scoring contribution of the section. |
| Score_ | Int | Score assigned to the section based on evaluation or assessment criteria defined in the checklist. |