The product operation object

AttributeDescription
product_operation_row_idUnique identifier for an operation row. One operation row can apply to multiple product variants of the same product.
product_idThe ID of the product this operation row belongs to.
product_variant_idThe ID of the product variant this operation row belongs to.
operation_idThe ID of the operation needed to perform to make the product.
operation_nameThe name of the operation needed to perform to make the product.
resource_idThe ID of the workstation or a person required for completing a certain operation.
resource_nameThe name of the workstation or a person required for completing a certain operation.
cost_per_hourThe average hourly cost for the resource to perform the operation.
planned_time_per_unitThe planned duration of the operation to manufacture one unit of the product measured in seconds.
planned_cost_per_unitThe planned operation cost to make one unit of the product. planned_cost_per_unit = cost_per_hour * planned_time_per_unit.
rankA numerical value used for ranking the operations. We use an internal numeration system where values are not sequential. Operations with a higher value are ranked first.
group_boundaryA numerical value that is used to group operations that are to be performed in parallel order.
created_atThe timestamp when the manufacturing order recipe row was created.
updated_atThe timestamp when the manufacturing order recipe row was last updated.