PackageClassDocuments
Defines templates for printing and packaging tasks by specifying default settings such as document reference, number of copies, paper type, printer, and packaging class. Serves as a blueprint for generating individual packaging jobs in regulated manufacturing or quality workflows.
Columns
| Name | Type | Description |
| ID | String | The unique identifier for the record associated with the printing or packaging task. This ID is used to distinguish this entry from others. |
| Name | String | The name or title of the printing or packaging task, often providing a descriptive label for easy identification. |
| Status | String | The current status of the task, reflecting its progress or state, such as 'Pending', 'In Progress', or 'Completed'. |
| Created_By | String | The user or system responsible for creating the printing or packaging task. It tracks the initiator of the task. |
| Created_Date | Datetime | The date and time when the task was created in the system, providing a record of its initiation. |
| Last_Modified_By | String | The user or system responsible for the last modification made to the task. This shows who updated the task. |
| Last_Modified_Date | Datetime | The date and time when the task was last modified, indicating the most recent changes made to the task. |
| Default_Number_of_Copies | Int | The default number of copies to be printed or produced for the task. This value is used if no specific number is provided. |
| Document | String | The name or reference of the document being printed or processed. It typically corresponds to the file or content being worked on. |
| Document_unbound_ | Int | Indicates the number of unbound copies or versions of the document. This could refer to draft or non-finalized versions. |
| Paper_Type | String | Specifies the type of paper or material to be used for printing or packaging, such as 'Glossy', 'Matte', or 'Standard'. |
| Package_Class | String | The type or class of packaging being used for the task, such as 'Standard', 'Premium', or 'Custom'. |
| Default_Printer | String | The default printer selected for the task. It indicates the specific printer to be used for the task by default. |
| Sequence | Int | The sequence number indicating the order in which the task is processed. It helps organize tasks when there is a batch or series of them. |