PackageClassInstances
Tracks specific instances of packaging production runs, including associated package class, batch number, site, lifecycle state, and production parameters. Used to monitor execution details for each process order and ensure traceability across manufacturing operations.
Columns
| Name | Type | Description |
| ID | String | The unique identifier for the record, serving as the primary key to distinguish this particular manufacturing or production task. |
| Name | String | The name of the production task, used to describe or identify the process or product being produced. |
| Status | String | The current status of the production task, such as 'Pending', 'In Progress', or 'Completed', indicating its operational state. |
| Created_By | String | The user or system that created the production task or record. This field identifies the originator of the entry. |
| Created_Date | Datetime | The date and time when the production task was created, marking the start of the task in the system. |
| Last_Modified_By | String | The user or system that last modified the production task. It helps track who made the most recent changes. |
| Last_Modified_Date | Datetime | The date and time when the production task was last modified, showing when the task was last updated or adjusted. |
| Package_Class | String | The classification or type of package used in the production process, such as 'Standard', 'Custom', or 'Bulk'. |
| Process_Order_Number | String | A unique number assigned to the production process order, used to track the sequence or reference for the task. |
| Production_Version | String | The version or iteration of the production process or product, often used to differentiate between different versions. |
| Lifecycle | String | The overall lifecycle phase of the product, such as 'Planning', 'Production', 'Testing', or 'Completed'. |
| Lifecycle_State | String | The specific state or status within the lifecycle, such as 'In Development', 'Ready for Production', or 'Finalized'. |
| Batch_Number | String | The batch number associated with the production task, used to identify and track a specific batch of products during manufacturing. |
| Material_ID | String | The identifier for the material used in the production process, helping to track and manage inventory and materials. |
| Printed_On | Datetime | The date and time when the production task or batch was printed or documented, marking the physical printing of the production order. |
| Site | String | The site or location where the production process takes place, helping to identify the physical or organizational site of manufacturing. |
| Parameters | String | A list of parameters or settings used during the production process, detailing the conditions or configurations used for manufacturing. |