ProcessWorkOrdersProcessWorkOrderResourceResourceInstance
Manages individual instances of resources, including specific labor or equipment, for precise operational control.
Columns
| Name | Type | Description |
| ProcessWorkOrdersWorkOrderId [KEY] | Long | The unique identifier linking the process work order to its resource instances, enabling tracking of specific resource assignments. |
| ProcessworkorderresourceWorkOrderOperationResourceId [KEY] | Long | The unique identifier for the specific resource within the work order operation, associated with the resource instance. |
| WorkOrderOperationResourceInstanceId [KEY] | Long | The unique identifier for the resource instance of a work order operation resource. It is a primary key generated by the application for precise tracking. |
| WorkOrderOperationResourceId | Long | The unique identifier for the resource of a work order operation. This identifier tracks resource-level details and their usage in operations. |
| WorkOrderOperationId | Long | The unique identifier for the operation within the work order to which the resource instance is assigned. This identifier links resources to specific operations. |
| WorkOrderId | Long | The unique identifier for the work order associated with the resource instance. This identifier connects resource instances to the overall production workflow. |
| OrganizationId | Long | The unique identifier for the organization where the resource instance is used. This identifier represents the manufacturing or production facility. |
| LaborInstanceId | Long | The unique identifier for the labor resource instance. This identifier tracks individual labor assignments and their involvement in operations. |
| LaborInstanceCode | String | Code or abbreviation representing the labor resource instance. This value simplifies identification and reference in workflows. |
| LaborInstanceName | String | The name of the labor resource instance, such as the name of a worker or a role assigned to the operation. |
| EquipmentInstanceId | Long | The unique identifier for the equipment resource instance. This identifier tracks the specific equipment used in the work order operation. |
| EquipmentInstanceCode | String | Code or abbreviation representing the equipment resource instance. This value helps in quick identification and reference. |
| EquipmentInstanceName | String | The name of the equipment resource instance, such as a machine or tool assigned to the operation. |
| ChargedQuantity | Decimal | The amount of the resource instance's usage that has been charged to the operation. This value tracks resource consumption accurately. |
| ResourceType | String | Specifies the type of resource instance (for example, 'labor,' 'equipment,' or 'tool'). The resource type helps categorize resources for operations. |
| ProgramFileId | Long | The unique identifier for the document item assigned to the master organization. This identifier represents the program file used by the equipment resource. |
| ProgramFileName | String | The name of the program file associated with the automated equipment resource and used in the work order resource instance. |
| CurrentRevision | String | The current revision identifier for the program file. This identifier tracks updates to ensure the latest version is used in operations. |
| EquipmentParameterFileName | String | The name of the parameter file used by the equipment resource instance. This file name represents configuration details for the equipment. |
| EquipmentParameterFileContent | String | The content of the parameter file for the equipment resource instance. This content provides detailed configuration for equipment setup. |
| BackToBackFlag | String | Indicates whether the resource instance is part of a back-to-back process, where resource allocation is linked to specific customer demand. |
| ContractMfgFlag | String | Indicates whether the resource instance is associated with contract manufacturing, where production tasks are outsourced to external suppliers. |
| DueDays | Int | The number of days remaining until the resource instance is required for the operation. This value helps in scheduling and planning usage. |
| Finder | String | Represents the search mechanism or criteria used to locate resource instance records within the system quickly. |
| FirmPlannedFlag | String | Indicates whether the resource instance allocation is firm planned, preventing changes by planning or scheduling tools. |
| InventoryItemId | Long | The unique identifier for the inventory item associated with the resource instance. This identifier links materials to specific resource usage. |
| ItemNumber | String | The unique number assigned to the inventory item associated with the resource instance. This number helps simplify tracking and reference. |
| LastUpdateDate | Datetime | The date and time when the resource instance record was last updated. These metrics track modifications for auditing purposes. |
| MaterialItemId | Long | The unique identifier for the material item associated with the resource instance. This identifier links material resources to the instance for accurate usage. |
| PlannedCompletionDate | Datetime | The planned date and time for completing the operation involving the resource instance. These metrics align with the production schedule. |
| PlannedStartDate | Datetime | The planned date and time for starting the operation involving the resource instance. These metrics ensure timely resource allocation. |
| ProductSerialId | Long | The unique identifier for the product serial number associated with the resource instance. This identifier enables serialized tracking of resource usage. |
| ResourceId | Long | The unique identifier for the resource associated with the instance. This identifier helps track the resource's details and its specific instance in operations. |
| SerialNumber | String | The serial number of the resource instance, such as equipment or material. This serial number provides precise tracking and identification. |
| SourceHeaderReferenceId | Long | The unique identifier for the source header that links the resource instance to its originating transaction, such as a sales order or requisition. This identifier provides traceability to the originating data. |
| SourceHeaderRefId | Long | An alternate unique identifier for the source header associated with the resource instance. This identifier offers an additional reference for tracking upstream transactions. |
| SourceLineReferenceId | Long | The unique identifier for the source line linking the resource instance to a specific line item in the originating transaction. This identifier tracks exceptions or variances at the line level. |
| SourceLineRefId | Long | An alternate unique identifier for the source line associated with the resource instance. This identifier provides a secondary reference for detailed traceability. |
| SourceSystemId | Long | The unique identifier for the source system that provided the data related to the resource instance. Useful for tracking integrations and managing data flow between systems. |
| Tolerance | Int | Specifies the allowable tolerance level for the resource instance's operation. This value helps define acceptable variances in resource usage or scheduling. |
| WoProjectNumber | String | The project number associated with the work order resource instance. This number links the resource instance to specific project-related deliverables or tasks. |
| WorkAreaId | Long | The unique identifier for the work area where the resource instance is used. This identifier helps in organizing and managing resource allocation geographically or functionally. |
| WorkCenterId | Long | The unique identifier for the work center where the resource instance is used. This identifier tracks the resource instance's usage within specific production locations. |
| WorkOrderNumber | String | The unique number assigned to the work order associated with the resource instance. This number provides a simple reference for tracking resource usage within a workflow. |
| WorkOrderStatusId | Long | The unique identifier for the current status of the work order associated with the resource instance. This identifier indicates whether the work order is open, in progress, or completed. |
| WoTaskNumber | String | The task number within the work order associated with the resource instance. This number enables task-level tracking of resource instance usage within operations. |