WorkOrdersWorkOrderExceptionCount
Tracks the count of exceptions for work orders, supporting issue identification and resolution.
Columns
Name | Type | Description |
WorkOrdersWorkOrderId [KEY] | Long | The unique identifier linking the exception count to its associated work order. This identifier ensures the exception data is mapped to the correct work order for traceability. |
WorkOrderExceptionCount | Long | The total count of exceptions recorded for the work order. This metric tracks the number of issues encountered during the production process. |
WorkOrderId [KEY] | Long | The primary key uniquely identifying the work order. This primary key ensures accurate tracking and mapping of exception counts to specific work orders. |
BackToBackFlag | String | Indicates whether the work order is part of a back-to-back process. This flag helps manage workflows tied directly to customer orders or specific 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 helps prioritize tasks and monitor deadlines. |
Finder | String | A utility field enabling advanced search and filtering capabilities for work orders with recorded exceptions. This field helps users efficiently locate specific exception data. |
FirmPlannedFlag | String | Indicates whether the work order is firm planned. If the value is 'true', the work order is locked and not subject to changes from automated planning processes. |
InventoryItemId | Long | The unique identifier for the inventory item associated with the work order. This identifier ensures accurate linkage between exception data and the affected item or product. |
ItemNumber | String | The unique number of the inventory item associated with the work order. This number provides a clear reference for identifying items or products affected by exceptions. |
LastUpdateDate | Datetime | The date and time when the exception data for the work order was last updated. These metrics ensure traceability and reflects recent changes. |
MaterialItemId | Long | The unique identifier for the material item associated with the work order. This identifier ensures accurate linkage between materials and exceptions. |
OrganizationId | Long | The unique identifier for the inventory organization managing the work order. This identifier supports multi-organization workflows and proper segmentation of exception records. |
PlannedCompletionDate | Datetime | The scheduled completion date for the work order. This metric ensures alignment between planned timelines and exception tracking. |
PlannedStartDate | Datetime | The scheduled start date for the work order. This metric helps monitor whether exceptions occurred early in the production cycle. |
ProductSerialId | Long | The unique identifier for the product serial number associated with the work order. This identifier supports serialized tracking of products with exceptions. |
ResourceId | Long | The unique identifier for the resource associated with the work order. This identifier ensures proper tracking of resources affected by exceptions. |
SerialNumber | String | The serial number of the product associated with the work order. This serial number provides traceability for serialized items impacted by exceptions. |
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 tracking and integrating 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 and integration with external systems. |
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 that might lead to exceptions. |
WoProjectNumber | String | The unique project number associated with the work order. This number ties exception data 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 proper segmentation and management of exception data by operational zones. |
WorkCenterId | Long | The unique identifier for the work center associated with the work order. This identifier helps allocate and monitor exceptions related to specific work centers. |
WorkOrderNumber | String | The unique number assigned to the work order. This number serves as a primary reference for identifying and tracking work orders with exceptions. |
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 recorded exceptions. |
WoTaskNumber | String | The unique task number associated with the work order. This number provides detailed tracking of tasks within the work order that are impacted by exceptions. |