system.kanoa.order.updateProductionOrderField
Description
Updates a work order field.Syntax
updateProductionOrderField(workOrderId, field, value, userId)Parameters:
Returns:
Code Examples
# Example Usage:
recordsModified = system.kanoa.order.updateProductionOrderField(1, 'reqdQty', 15000.0, 123)