Material_LY_
Stores metadata for materials used in regulated processes, such as documents, packaging components, or printed assets. Includes core attributes like name, status, creation and modification details, and serves as a foundational reference for material lifecycle management and traceability.
Columns
| Name | Type | Description |
| ID | String | The unique identifier for the record, used to reference and manage the entity across the system. It serves as the primary key for linking and querying related data. |
| Name | String | The name or title of the entity, providing a human-readable label for easy identification of the record within the system. This could represent a project, event, or object. |
| Status | String | The current state or condition of the entity, such as 'active', 'inactive', or 'pending', reflecting its progress or situation within the workflow or process. |
| Created_By | String | The identifier or name of the individual who created the record. This field helps track accountability and trace who initiated the record in the system. |
| Created_Date | Datetime | The timestamp when the record was initially created. This allows tracking of the record's age and understanding of when it entered the system. |
| Last_Modified_By | String | The identifier or name of the person who last updated or modified the record. It provides transparency on who is responsible for changes made to the entity. |
| Last_Modified_Date | Datetime | The timestamp indicating when the record was last modified, helping to assess the recency of updates and understand the record's current state. |