WorkOrdersWorkOrderMaterialWorkOrderMaterialExceptionCount
Tracks exceptions related to materials during operations, aiding in quality management.
Columns
Name | Type | Description |
WorkOrdersWorkOrderId [KEY] | Long | The unique identifier for a specific work order in the WorkOrders table. This identifier links the current material exception count to the parent work order, ensuring all material activities and exceptions are tied back to the appropriate manufacturing process. |
WorkordermaterialWorkOrderOperationMaterialId [KEY] | Long | The unique identifier for a material associated with a specific operation in a work order. This identifier ensures traceability of material usage for a specific operation step within the manufacturing workflow. |
WorkOrderMaterialExceptionCount | Long | The count of exceptions or discrepancies related to the material used in this work order. This metric helps track issues such as shortages, damaged materials, or substitutions, providing insight into production quality and supply chain reliability. |
WorkOrderOperationMaterialId [KEY] | Long | The unique identifier for the specific material linked to an operation in the work order. This identifier field ensures material accountability during the execution of operational tasks. |
BackToBackFlag | String | Indicates whether this work order is part of a back-to-back order process. Back-to-back orders directly tie the demand (customer order) to supply (purchase or manufacturing), streamlining fulfillment and reducing inventory overhead. |
ContractMfgFlag | String | Identifies whether the work order is outsourced to a contract manufacturer. This flag helps track outsourced production activities and facilitates coordination with external vendors. |
DueDays | Int | The number of days remaining until the planned completion or delivery of the material or operation within the work order. This metric supports scheduling and timeline monitoring for timely production execution. |
Finder | String | An internal search identifier or key used to locate specific materials, work orders, or related records within the system, improving efficiency in large datasets. |
FirmPlannedFlag | String | Specifies whether the material requirement or work order is firm-planned, meaning it is confirmed and not subject to changes. This flag is used in planning and resource allocation processes. |
InventoryItemId | Long | The unique identifier of the inventory item associated with this work order material. This identifier ensures proper linkage between the work order and the inventory system, enabling accurate stock tracking. |
ItemNumber | String | The unique item number assigned to the material, providing a clear and consistent reference across procurement, inventory, and manufacturing systems. |
LastUpdateDate | Datetime | The date and time when the record was last updated. These metrics help track the recency of changes and ensures data integrity for auditing purposes. |
MaterialItemId | Long | The unique identifier for the material item associated with this work order. This identifier connects specific materials to their corresponding work orders, enabling precise tracking of material usage. |
OrganizationId | Long | The identifier for the organization or business unit responsible for this work order. This identifier supports multi-organization operations by distinguishing work orders by their ownership or production site. |
PlannedCompletionDate | Datetime | The date when the material or operation within the work order is scheduled to be completed. This metric is critical for production planning and meeting delivery deadlines. |
PlannedStartDate | Datetime | The planned start date for the execution of this work order material or operation. This metric helps align resource availability and production schedules. |
ProductSerialId | Long | The unique serial number identifier for the finished product associated with the work order. This serial number ensures traceability of the end product through manufacturing and supply chain processes. |
ResourceId | Long | The unique identifier for the resource (for example, 'machine', 'tool', or 'personnel') allocated to this work order. This identifier supports capacity planning and resource-use tracking. |
SerialNumber | String | The serial number of the material or product, enabling traceability and compliance with quality assurance requirements. |
SourceHeaderReferenceId | Long | A reference identifier for the original order or demand from which this work order was created (for example, 'sales order' or 'master production schedule'). This identifier ensures traceability back to the source of demand. |
SourceHeaderRefId | Long | An alternate reference identifier for the source header. This identifier erves as a compatibility field for integrations or legacy systems. |
SourceLineReferenceId | Long | The reference identifier for the specific line item in the source document (for example, 'sales-order line') associated with this work order. This identifier connects material requirements to the originating demand line item. |
SourceLineRefId | Long | An alternate reference for the source line identifier. This identifier is often used in systems that require additional compatibility for integrations. |
SourceSystemId | Long | The identifier for the external system from which the data for this work order originates. This identifier is crucial for multi-system integrations and data traceability. |
Tolerance | Int | The allowable deviation or tolerance limit for the material in this work order. This metric helps ensure that the manufacturing process meets quality standards without unnecessary rework. |
WoProjectNumber | String | The project number associated with this work order. This number connects the work order to a broader project management framework, aiding in cost allocation and progress tracking. |
WorkAreaId | Long | The identifier for the specific work area where the work order is being executed, such as an assembly line or workstation. This identifier helps allocate resources and monitor production efficiency. |
WorkCenterId | Long | The identifier for the work center responsible for completing the work order. Work centers group resources like machines or operators into units for better planning and execution. |
WorkOrderId | Long | The unique identifier for the work order itself. This identifier is essential for connecting all related material and operations to a single production job. |
WorkOrderNumber | String | A user-friendly number assigned to the work order, often used in operational reports, production schedules, and worker instructions. |
WorkOrderStatusId | Long | The identifier for the current status of the work order (for example, 'planned', 'in-progress', 'completed'). This identifier supports workflow tracking and production monitoring. |
WoTaskNumber | String | The specific task number within the work order. This number is used to define and track individual steps or sub-processes within the overall production process. |