Checklists
Aggregates checklist instances generated from design templates, tracking progress, completion status, associated records, and responsible users for audits, clinical studies, or regulatory tasks.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the checklist record, typically a system-generated UUID used to track and reference each checklist entry. |
| Object_Type | String | Specifies the type of the object represented by the checklist, which can indicate how the checklist is used or categorized within the system. |
| Name | String | Descriptive name assigned to the checklist, intended to clearly convey its purpose or the context in which it is used. |
| Status | String | Current status of the checklist, reflecting whether it is active, inactive, in progress, or completed, depending on the business process. |
| Created_By | String | Username or identifier of the user who originally created the checklist record. |
| Created_Date | Datetime | Timestamp indicating when the checklist was first created in the system. |
| Last_Modified_By | String | Username or identifier of the last user who updated the checklist. |
| Last_Modified_Date | Datetime | Timestamp of the most recent modification to the checklist, indicating its last update. |
| Checklist_Type | String | Specifies the classification or template type of the checklist, which can determine which fields, logic, or validations apply. |
| Respondent | String | User or role responsible for responding to or completing the checklist tasks or questions. |
| Checklist_Design | String | Reference to the design or template that defines the structure, questions, and layout of the checklist. |
| Lifecycle | String | Name of the lifecycle to which this checklist is assigned, typically governing the allowed states and transitions. |
| Lifecycle_State | String | The current state of the checklist within its lifecycle, reflecting where it stands in the defined business process. |
| Approver_Type | String | Defines the role, group, or criteria for determining who is authorized to approve this checklist. |
| Target_Quality_Event | String | Identifier or reference to the related quality event that this checklist is associated with or supports. |
| Score_ | Int | Numeric value representing the overall score of the checklist, which can be calculated based on responses or evaluation rules. |
| Field_Matching_Enabled | Bool | Indicates whether field-level matching is enabled for the checklist, allowing for validation or mapping of responses to predefined criteria. |
| Weightings_Enabled | Bool | Boolean value indicating whether scoring weightings are applied to questions or sections within the checklist. |