manufacturingoperationtask
Tracks individual manufacturing tasks, including assigned workers, machines, and production timelines.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Unique internal identifier for the manufacturing operation task. | |
| actualruntime | Double | Actual time taken to run the operation (in minutes). | |
| actualsetuptime | Double | Actual time spent on setup before the operation (in minutes). | |
| actualwork | Double | Total actual work performed for this operation. | |
| autocalculatelag | Boolean | Indicates whether lag time is auto-calculated between operations. | |
| completedquantity | Double | Total quantity completed for this operation task. | |
| enddate | Date | Date when the operation task was completed. | |
| estimatedwork | Double | Estimated amount of work required for the operation. | |
| externalid | String | External identifier used for integrations or external systems. | |
| inputquantity | Double | Quantity of input materials required for this task. | |
| laborresources | Double | Number of labor resources assigned to this operation. | |
| machineresources | Double | Number of machine resources used for this operation. | |
| manufacturingcosttemplate | String | Manufacturing cost template associated with this operation. | |
| manufacturingworkcenter | String | Manufacturing work center where this operation takes place. | |
| message | String | Additional comments or notes about this operation task. | |
| operationsequence | Integer | Sequence order of the operation in the manufacturing process. | |
| remainingwork | Double | Amount of work still required to complete the task. | |
| runrate | Double | Production rate measured in minutes per unit. | |
| setuptime | Double | Estimated time required to set up the operation (in minutes). | |
| startdatetime | Date | Start date of the manufacturing operation task. | |
| status | String | Current status of the operation task (such as pending, in progress, completed). | |
| title | String | Name or title of the manufacturing operation task. |