ProcessWorkOrdersProcessWorkOrderStatusHistory
Tracks the status history of work orders, providing visibility into work order progress and changes.
Columns
Name | Type | Description |
ProcessWorkOrdersWorkOrderId [KEY] | Long | The unique identifier for the process work order associated with this status history, linking it to relevant operations and history records. |
WoStatusHistoryId [KEY] | Long | The unique identifier for the status history record of the work order, used to track status changes over time. |
OrganizationId | Long | The identifier for the organization managing the work order status history, enabling organizational-level reporting and analysis. |
WorkOrderId [KEY] | Long | The unique identifier for the work order being tracked in this status history, serving as the primary reference for related operations. |
StatusChangeDate | Datetime | The date and time when the status change occurred for the work order, providing a timeline of its lifecycle. |
FromStatusId | Long | The unique identifier for the status the work order is transitioning from, providing historical context for the change. |
FromStatusCode | String | Code representing the status the work order is transitioning from, used for consistent identification across systems. |
FromSystemStatusCode | String | The system-level status code for the previous status, enabling integration with external systems. |
FromStatusName | String | A human-readable name for the status the work order is transitioning from, aiding user comprehension. |
ToStatusId | Long | The unique identifier for the new status the work order is transitioning to, tracking its current state. |
ToStatusCode | String | Code representing the status the work order is transitioning to, ensuring consistency in system usage. |
ToSystemStatusCode | String | The system-level status code for the new status, facilitating integration and automation. |
ToStatusName | String | A human-readable name for the new status the work order is transitioning to, making it easier for users to interpret. |
Reason | String | The reason provided for the status change, offering additional context for why the transition occurred. |
User | String | The user who initiated or approved the status change, enabling accountability and tracking. |
BackToBackFlag | String | Indicates whether the work order is part of a back-to-back manufacturing or fulfillment process, ensuring continuity with customer demand. |
ContractMfgFlag | String | A flag indicating whether the work order involves contract manufacturing, where external suppliers handle production. |
DueDays | Int | The number of days remaining until the work order is due for completion, aiding in deadline management. |
Finder | String | A utility field used for locating or identifying the work order status history within the system. |
FirmPlannedFlag | String | Indicates whether the work order is firmly planned, signaling readiness for execution or scheduling. |
InventoryItemId | Long | The unique identifier for the inventory item associated with the work order, linking the status history to inventory management. |
ItemNumber | String | The number or code assigned to the inventory item, enabling identification of the product involved in the work order. |
LastUpdateDate | Datetime | A timestamp of the most recent update to this status history record, ensuring accurate and up-to-date information. |
MaterialItemId | Long | The identifier for the material item linked to the work order, providing traceability in material usage. |
PlannedCompletionDate | Datetime | The scheduled date and time for completing the work order, crucial for aligning production with deadlines. |
PlannedStartDate | Datetime | The scheduled date and time for starting the work order, ensuring proper allocation of resources and scheduling. |
ProductSerialId | Long | The identifier for the serialized product related to the work order, enabling precise traceability and quality control. |
ResourceId | Long | The unique identifier for the resource (for example, 'machine', 'labor', or 'tool') involved in the work order operation, linking it to status updates. |
SerialNumber | String | The serial number associated with the resource or product in the work order, providing detailed tracking. |
SourceHeaderReferenceId | Long | The reference identifier for the source document header (for example, 'sales order') related to the work order, ensuring traceability. |
SourceHeaderRefId | Long | An alternate reference for the source header, offering flexibility in integration with external systems. |
SourceLineReferenceId | Long | The reference identifier for the specific line in the source document related to the work order, enabling detailed tracking. |
SourceLineRefId | Long | An alternate reference for the source line, providing redundancy for external system integrations. |
SourceSystemId | Long | The identifier for the source system generating or managing the work order, enabling accurate data synchronization across platforms. |
Tolerance | Int | Specifies the allowable tolerance for variations in production or resource usage during the work order execution, ensuring quality control. |
WoProjectNumber | String | The project number associated with the work order, linking the status history to broader project tracking and costing. |
WorkAreaId | Long | The unique identifier for the work area (for example, 'production floor' or 'department') where the work order is being executed, aiding in resource allocation and performance tracking. |
WorkCenterId | Long | Identifier for the work center (for example, a specific production unit or group of machines) responsible for the work order operation, ensuring operational clarity and accountability. |
WorkOrderNumber | String | The number assigned to the work order for easy identification and tracking within the status history and overall system. |
WorkOrderStatusId | Long | The unique identifier for the current status of the work order, providing an accurate view of its progress in the workflow. |
WoTaskNumber | String | The specific task number associated with the work order, breaking down the work into manageable and traceable steps for better monitoring and reporting. |