WorkOrdersWorkOrderSerialNumber
Manages serial numbers for assemblies referenced by work orders, ensuring traceability and quality control.
Columns
| Name | Type | Description |
| WorkOrdersWorkOrderId [KEY] | Long | The unique identifier for the work order associated with this serial number. This identifier ensures traceability within the manufacturing process. |
| OrganizationId | Long | The unique identifier for the organization responsible for this work order. This identifier supports multi-organization tracking. |
| WorkOrderProductSerialId [KEY] | Long | The unique identifier linking this serial number to a specific product in the work order. This identifier supports serialized inventory tracking. |
| WorkOrderId | Long | The unique identifier for the work order that references this serial number.This identifier is used for tracking serialized components within work orders. |
| WorkOrderOperationMaterialId | Long | The unique identifier linking this serial number to a specific material within the work order operation. This identifier ensures proper material tracking. |
| WorkOrderOperationId | Long | The unique identifier for the work order operation associated with this serial number. This identifier supports operation-level serialization. |
| OperationSequenceNumber | Decimal | The sequence number indicating the step in which this serialized item is processed within the work order operation. |
| OperationName | String | A descriptive name of the operation that processes this serialized item. |
| StandardOperationId | Long | The unique identifier for the standard operation used in the work order. This identifier ensures standardized tracking of serialized items across operations. |
| StandardOperationCode | String | The code that identifies the standard operation linked to this serial number. This code supports operation consistency. |
| WorkAreaId | Long | The unique identifier for the work area where this serialized item is processed. This identifier helps track serialized items through manufacturing zones. |
| WorkAreaName | String | The name of the work area where this serialized item is being processed. This name supports visibility into production workflows. |
| WorkCenterId | Long | The unique identifier for the work center responsible for processing this serialized item. This identifier enables resource allocation and scheduling. |
| WorkCenterName | String | The name of the work center responsible for processing this serialized item. This name supports operational reporting. |
| InventoryItemId | Long | The unique identifier for the inventory item associated with this serial number. This identifier is essential for tracking serialized inventory. |
| SerialNumber | String | The unique serial number assigned to the product or material being tracked in the work order. This serial number supports detailed traceability and compliance. |
| SerialStatus | String | The current status of the serial number (for example, 'Active,' 'Scrapped,' or 'Shipped'). This status ensures lifecycle management of serialized items. |
| SerialStatusDescription | String | A detailed description of the serial number status. This description provides additional context for its current condition. |
| BackToBackFlag | String | Indicates whether this serialized item is part of a back-to-back supply process. This flag ensures tracking in outsourced or JIT manufacturing. |
| ContractMfgFlag | String | Indicates whether this serial number is associated with contract manufacturing. This flag supports tracking of subcontracted operations. |
| DueDays | Int | The number of days remaining before the work order or operation involving this serial number is due. This metric assists with scheduling. |
| Finder | String | A searchable reference for locating this specific serialized record within the system. |
| FirmPlannedFlag | String | Indicates whether planning for this serialized item is firm,. This flag prevents rescheduling or adjustments. |
| ItemNumber | String | The item number associated with this serial number. This number supports reference in manufacturing and inventory tracking. |
| LastUpdateDate | Datetime | The timestamp of the last update to this serial number record. This timestamp ensures accurate versioning of tracking information. |
| MaterialItemId | Long | The unique identifier for the material associated with this serial number. This identifier supports tracking of serialized components. |
| PlannedCompletionDate | Datetime | The planned completion date for operations involving this serial number. This metric ensures timely production scheduling. |
| PlannedStartDate | Datetime | The planned start date for operations involving this serial number. This metric helps align production timelines. |
| ProductSerialId | Long | The unique identifier linking this serial number to the specific serialized product. This identifier ensures accurate tracking at the product level. |
| ResourceId | Long | The unique identifier for the resource handling this serialized item. This identifier supports workforce and machine allocation. |
| SourceHeaderReferenceId | Long | The reference identifier linking this serialized item to the header of an external source document, such as a purchase order or transfer order. |
| SourceHeaderRefId | Long | An alternative reference identifier for the source document header. This identifier ensures compatibility with external systems. |
| SourceLineReferenceId | Long | The reference identifier linking this serialized item to a specific line item in the source document. This identifier ensures traceability at a granular level. |
| SourceLineRefId | Long | An alternative reference identifier for the source line. This identifier ensures seamless integration with external systems. |
| SourceSystemId | Long | The unique identifier for the external system from which this serial number data originates. This identifier supports integration with external inventory and order systems. |
| Tolerance | Int | The permissible variation for the serialized item before triggering an exception. This metric helps maintain operational quality and compliance. |
| WoProjectNumber | String | The project number associated with this serialized item, linking it to broader project-tracking efforts. |
| WorkOrderNumber | String | A user-friendly identifier for the work order containing this serialized item. This identifier simplifies tracking and reporting. |
| WorkOrderStatusId | Long | The status identifier representing the current state of the work order with this serialized item (for example, 'In Progress' or 'Completed'). |
| WoTaskNumber | String | The specific task number within the work order associated with this serialized item. This number aids in detailed task-level serialization management. |