PackageClasses
Defines types of packaging configurations used in manufacturing or printing processes. Includes descriptive information and associated manufacturing site details, serving as a foundational reference for organizing packaging tasks by category, such as standard or custom classes.
Columns
| Name | Type | Description |
| ID | String | The unique identifier for the record associated with the manufacturing task or site. It serves as the primary key to distinguish this entry. |
| Name | String | The name or title of the manufacturing task, often used to identify or describe the specific production process or task. |
| Status | String | The current status of the manufacturing task, indicating its progress or state, such as 'Pending', 'In Progress', or 'Completed'. |
| Created_By | String | The user or system responsible for creating the manufacturing task or record. It shows who initiated the task. |
| Created_Date | Datetime | The date and time when the manufacturing task or record was created in the system, marking its initiation. |
| Last_Modified_By | String | The user or system responsible for the last modification made to the task or record. This shows who last updated it. |
| Last_Modified_Date | Datetime | The date and time when the task or record was last modified, reflecting the most recent changes or updates. |
| Manufacturing_Site | String | The name or identifier of the manufacturing site where the task is being carried out. It helps track the location of production. |
| Description | String | A brief description providing additional details about the manufacturing task, including its purpose or any other relevant information. |