DispatchListWorkOrderOperations
Manages operations in work order dispatch lists for assigned work areas and centers.
Columns
| Name | Type | Description |
| OrganizationId | Long | The unique identifier for the organization associated with the work order operations. |
| OrganizationCode | String | The code representing the organization associated with the work order operations. |
| OrganizationName | String | The name of the organization associated with the work order operations. |
| WorkAreaId | Long | The unique identifier for the work area where the operations take place. |
| WorkAreaCode | String | The code representing the work area where the operations take place. |
| WorkAreaName | String | The name of the work area where the operations take place. |
| WorkCenterId | Long | The unique identifier for the work center associated with the work order operations. |
| WorkCenterCode | String | The code representing the work center associated with the work order operations. |
| WorkCenterName | String | The name of the work center associated with the work order operations. |
| WorkCenterDescription | String | A detailed description of the work center associated with the work order operations. |
| WorkOrderId | Long | The unique identifier for the work order associated with the operations. |
| WorkOrderNumber | String | The number assigned to the work order for tracking purposes. |
| WorkOrderDescription | String | A detailed description of the work order. |
| InventoryItemId | Long | The unique identifier for the inventory item associated with the work order. |
| ItemNumber | String | The number assigned to the inventory item. |
| ItemDescription | String | A detailed description of the inventory item. |
| OperationId [KEY] | Long | The unique identifier for the operation being performed. |
| OperationSequenceNumber | Decimal | The sequence number for the operation, indicating its order in the workflow. |
| OperationName | String | The name of the operation being performed. |
| OperationDescription | String | A detailed description of the operation being performed. |
| DispatchState [KEY] | String | The current state of the operation, such as 'Pending', 'In Progress', or 'Completed'. |
| Quantity | Decimal | The quantity of items or units associated with the operation. |
| UnitOfMeasure | String | The unit of measure for the quantity, such as 'pieces', 'kilograms', or 'hours'. |
| PlannedStartDate | Datetime | The planned start date and time for the operation. |
| PlannedCompletionDate | Datetime | The planned completion date and time for the operation. |
| WorkOrderPriority | Decimal | The priority level of the work order, typically a numeric value where lower numbers indicate higher priority. |
| PurchaseOrderId | Long | The unique identifier for the purchase order associated with the work order. |
| PurchaseOrder | String | The number or code assigned to the purchase order. |
| PurchaseOrderLineId | Long | The unique identifier for the specific line item within the purchase order. |
| PurchaseOrderLine | Decimal | The specific line number within the purchase order associated with the work order operations. |
| CustomerId | Decimal | The unique identifier for the customer associated with the work order. |
| CustomerName | String | The name of the customer associated with the work order. |
| OperationStartStopStatusCode | Long | The code indicating the start or stop status of the operation, such as '1' for Start or '0' for Stop. |
| OperationStartStopStatus | String | The textual representation of the start or stop status of the operation, such as 'Started' or 'Stopped'. |
| WorkMethodCode | String | The code representing the method or process being used for the work operation. |
| ProcessName | String | The name of the process associated with the operation, detailing the workflow or methodology. |
| ProjectId | Long | The unique identifier for the project associated with the work order. |
| ProjectNumber | String | The number assigned to the project for tracking and reference purposes. |
| TaskId | Long | The unique identifier for the specific task within the project related to the operation. |
| TaskNumber | String | The number assigned to the specific task within the project. |
| ExecutionSequence | Decimal | The sequence number for execution, indicating the order-of-operation execution in the workflow. |
| Finder | String | A search or reference string used to locate specific details or items related to the work-order operation. |
| SerialNumber | String | The serial number assigned to the item or equipment associated with the operation, used for tracking and identification. |