WorkOrdersWorkOrderLotNumber
Manages product lots linked to work orders, enabling detailed lot tracking and traceability.
Columns
| Name | Type | Description |
| WorkOrdersWorkOrderId [KEY] | Long | The unique identifier linking the lot number to the associated work order. This identifier ensures proper traceability of lot-controlled work order items. |
| WorkOrderProductLotId [KEY] | Long | The unique identifier for the product lot used in the work order. This identifier ensures traceability of the lot through the production lifecycle. |
| LotNumber | String | The unique number identifying the lot used for the work order item. This number supports lot-controlled production processes and ensures compliance with inventory tracking standards. |
| ParentLotNumber | String | The unique number of the parent lot, applicable if the work order item is lot controlled. This number establishes relationships between parent and child lots for better traceability. |
| LotExpirationDate | Date | The expiration date of the product lot used in the work order. This metric ensures that expired lots are not used in production and supports compliance with quality control standards. |
| CreatedBy | String | The username of the person who created the lot number record for the work order. This name provides accountability for lot data creation. |
| CreationDate | Datetime | The date and time when the lot number record was created. These metrics ensure traceability of data entry for auditing purposes. |
| LastUpdatedBy | String | The username of the person who last updated the lot number record. This name ensures traceability of changes and supports accountability. |
| LastUpdateDate | Datetime | The date and time when the lot number record was last updated. These metrics reflect the most recent modifications for auditing and tracking. |
| BackToBackFlag | String | Indicates whether the work order is part of a back-to-back process. This flag helps manage workflows tied to specific customer demands. |
| ContractMfgFlag | String | Specifies whether the work order is part of a contract manufacturing process. This flag identifies outsourced production activities. |
| DueDays | Int | The number of days remaining until the work order is due for completion. This metric supports task prioritization and monitoring of deadlines. |
| Finder | String | A utility field enabling advanced search and filtering capabilities for work orders with lot numbers. This field helps users efficiently locate specific records. |
| FirmPlannedFlag | String | Indicates whether the work order is firm planned. If the value is 'true', the work order is locked and excluded from rescheduling or re-planning. |
| InventoryItemId | Long | The unique identifier for the inventory item associated with the work order lot. This identifier ensures accurate linkage between the work order and its related inventory records. |
| ItemNumber | String | The unique number of the inventory item associated with the work order lot. This number provides a clear reference for identifying items or products. |
| MaterialItemId | Long | The unique identifier for the material item associated with the work order lot. This identifier ensures accurate tracking of required materials. |
| OrganizationId | Long | The unique identifier for the inventory organization managing the work order. This identifier supports multi-organization workflows and ensures proper segmentation of lot records. |
| PlannedCompletionDate | Datetime | The scheduled completion date for the work order. This metric ensures alignment between planned timelines and lot tracking. |
| PlannedStartDate | Datetime | The scheduled start date for the work order. This metric helps monitor whether lot-controlled production started on time. |
| ProductSerialId | Long | The unique identifier for the product serial number associated with the work order. This serial number supports serialized tracking of products with lot-controlled items. |
| ResourceId | Long | The unique identifier for the resource associated with the work order. This identifier ensures proper tracking of resources linked to the lot. |
| SerialNumber | String | The serial number of the product associated with the work order lot. This serial number provides traceability for serialized items. |
| SourceHeaderReferenceId | Long | The unique identifier for the source header reference associated with the work order. This identifier ensures linkage to originating transactions or documents. |
| SourceHeaderRefId | Long | An alternative identifier for the source header reference. This identifier provides flexibility in integration with external systems. |
| SourceLineReferenceId | Long | The unique identifier for the source line reference associated with the work order. This identifier ensures accurate linkage to specific line items from originating documents. |
| SourceLineRefId | Long | An alternative identifier for the source line reference. This identifier supports flexible tracking of source system integrations. |
| SourceSystemId | Long | The unique identifier for the source system that created the work order. This identifier ensures traceability across integrated systems. |
| Tolerance | Int | The allowed deviation (in days) for completing the work order. This metric defines acceptable thresholds for delays. |
| WoProjectNumber | String | The unique project number associated with the work order. This number ties the lot number to specific projects for better tracking and reporting. |
| WorkAreaId | Long | The unique identifier for the work area associated with the work order. This identifier ensures tasks are assigned to the correct operational zones. |
| WorkCenterId | Long | The unique identifier for the work center associated with the work order. This identifier ensures proper allocation of tasks to the correct work centers. |
| WorkOrderId | Long | The primary key uniquely identifying the work order. This primary key ensures accurate tracking and mapping of lot numbers to specific work orders. |
| WorkOrderNumber | String | The unique number assigned to the work order. This number serves as a primary reference for identifying and tracking work orders with lot numbers. |
| WorkOrderStatusId | Long | The unique identifier for the status of the work order. This identifier ensures alignment between the work order's overall status and its lot-controlled items. |
| WoTaskNumber | String | The unique task number associated with the work order. This number provides detailed tracking of tasks within the work order that involve lot-controlled items. |