PackageClassDocumentInstances
Represents individual printing or packaging tasks linked to specific documents, including configuration details such as page ranges, number of copies, paper type, printer tray, and manufacturing site. Used to manage execution and tracking of packaging jobs in regulated environments.
Columns
| Name | Type | Description |
| ID | String | The unique identifier for the record associated with the printing or packaging task. This is used to distinguish each task or entry. |
| Name | String | The name of the printing or packaging task, which typically provides a description or label for identifying the task. |
| Status | String | The current status of the task, indicating its progress or state, such as 'Pending', 'Completed', or 'In Progress'. |
| Created_By | String | The user or system that created the printing or packaging task. This identifies the responsible party for initiating the task. |
| Created_Date | Datetime | The date and time when the printing or packaging task was created in the system. |
| Last_Modified_By | String | The user or system that last modified the task entry, reflecting the most recent update to the task. |
| Last_Modified_Date | Datetime | The date and time when the printing or packaging task was last modified, indicating when the most recent change occurred. |
| Page_Range_End | Int | The last page number in the specified page range for the task. It defines the upper bound of pages involved in the task. |
| Page_Range_Start | Int | The first page number in the specified page range for the task. It defines the lower bound of pages involved in the task. |
| Number_of_Copies | Int | The total number of copies that need to be printed or produced for the task. This determines how many duplicates of the document or package are required. |
| Package_Class_Instance | String | Specifies the class or type of packaging being used for the task, which can include categories such as 'Standard' or 'Premium'. |
| Paper_Type | String | Indicates the type of paper or material used for printing or packaging, such as 'Glossy', 'Matte', or 'Standard'. |
| Printer_Tray | String | Refers to the specific tray or compartment in the printer used for holding paper during the print process. It helps designate which paper stock to use. |
| Manufacturing_Site | String | The location or site where the printing or packaging task is being carried out. This is typically used to identify the facility or plant. |
| Sequence | Int | The sequence number or position of this task relative to others in a series of tasks. This helps track the order of execution. |
| Document | String | The document or file being printed or processed, typically identified by its name or file reference. |
| Document_unbound_ | Int | Specifies the unbound version or instance of the document. This could refer to a version or format of the document not yet finalized or bound. |