ProcessWorkOrdersProcessWorkOrderMaterialMaterialExceptionCount
Tracks the number of exceptions encountered for input materials during operations, facilitating issue resolution and quality control.
Columns
Name | Type | Description |
ProcessWorkOrdersWorkOrderId [KEY] | Long | The unique identifier linking the process work order to its material exception counts. This serves as the primary reference to associate exceptions with the corresponding work order. |
ProcessworkordermaterialWorkOrderOperationMaterialId [KEY] | Long | The unique identifier for the specific material used within a work order operation that is associated with an exception. This ensures precise tracking of materials tied to a specific operation step. |
WorkOrderMaterialExceptionCount | Long | The total number of recorded exceptions for materials within the work order. Exceptions may include issues such as shortages, incorrect materials, or damaged goods. |
WorkOrderOperationMaterialId [KEY] | Long | The unique identifier for the material within a specific work order operation. This links the material to a particular operation step and tracks any exceptions recorded at this level. |
BackToBackFlag | String | Indicates whether the material or its exception is part of a back-to-back manufacturing process. This process directly links material supply to customer demand to minimize inventory holding. |
ContractMfgFlag | String | Indicates whether the material or its exception is associated with contract manufacturing, where production is outsourced to an external supplier or manufacturer. |
DueDays | Int | The number of days remaining until the material, work order, or operation is due for completion, considering any exceptions recorded. |
Finder | String | Represents the search mechanism or criteria used to locate specific exception records for materials in the system. This is often used to query or filter exceptions quickly. |
FirmPlannedFlag | String | Indicates whether the material or work order is firm planned. A firm-planned flag ensures that changes, such as rescheduling or material reallocations, are restricted. |
InventoryItemId | Long | The unique identifier for the inventory item associated with the exception. This identifier tracks the item within the inventory system, ensuring traceability of impacted materials. |
ItemNumber | String | A system-assigned or user-defined number uniquely identifying the inventory item associated with the material exception. This helps in easy identification and reference. |
LastUpdateDate | Datetime | The date and time when the exception count or related data was last updated, providing an audit trail for changes made to the record. |
MaterialItemId | Long | The unique identifier for the material item associated with the exception. This identifier allows for tracking of raw materials or components that have encountered issues. |
OrganizationId | Long | The unique identifier for the organization (for example, a manufacturing plant or warehouse) where the exception occurred. This helps localize issues to specific facilities. |
PlannedCompletionDate | Datetime | The planned date and time when the operation or work order, including the material exception, is scheduled for completion. |
PlannedStartDate | Datetime | The planned date and time when the operation or work order, including the material exception, is scheduled to begin. |
ProductSerialId | Long | The unique identifier for the product serial number linked to the material exception, enabling serialized tracking of items or components with recorded discrepancies. |
ResourceId | Long | The unique identifier for the resource, such as equipment or personnel, associated with the material exception. This identifier helps identify the source or impact of the issue. |
SerialNumber | String | The serial number of the material or product linked to the exception, allowing for detailed tracking of the specific item impacted. |
SourceHeaderReferenceId | Long | The unique identifier for the source header linking the material exception to its originating transaction, such as a purchase order or production request. |
SourceHeaderRefId | Long | An alternate unique identifier for the source header associated with the material exception, providing additional linkage to its origin. |
SourceLineReferenceId | Long | The unique identifier for the source line linking the material exception to a specific line item in the originating document, such as a purchase-order line. |
SourceLineRefId | Long | An alternate unique identifier for the source line reference associated with the material exception, offering additional traceability. |
SourceSystemId | Long | The unique identifier for the source system that provided the data related to the material exception. This is useful for identifying issues originating from external systems or integrations. |
Tolerance | Int | The acceptable tolerance level for the material in terms of quantity, quality, or timing. Exceptions exceeding this tolerance level are flagged for further review. |
WoProjectNumber | String | The project number associated with the work order and its material exception. This number helps in identifying exceptions specific to a project within a broader manufacturing effort. |
WorkAreaId | Long | The unique identifier for the work area where the material exception occurred. A work area represents a logical grouping of resources within a facility. |
WorkCenterId | Long | The unique identifier for the work center where the material exception occurred. This identifier enables location-specific tracking of issues and their resolution. |
WorkOrderId | Long | The unique identifier for the work order associated with the material exception. This identifier links the issue to the broader production or maintenance effort. |
WorkOrderNumber | String | A system-generated or user-defined number uniquely identifying the work order associated with the material exception. This identifier helps in tracking exceptions across work orders. |
WorkOrderStatusId | Long | The unique identifier for the status of the work order associated with the material exception. This identifier indicates whether the work order is in progress, on hold, or completed. |
WoTaskNumber | String | The task number within the work order associated with the material exception, providing a task-level view of the impact and resolution required. |