system.kanoa.order.updateProductionOrder
Description
Updates a work order (kanoaOPS).Syntax
updateProductionOrder(woInfo, userId)- woInfo (Dictionary) - Work order information (e.g., {'workOrderId': 1, 'workOrderName': 'WO-0001', ...}).
- userId (Integer) - User ID.
- Number of records modified (Integer).
Code Example
# Example Usage:
recordsModified = system.kanoa.order.updateProductionOrder({'workOrderId': 1, 'workOrderName': 'WO-0001', ...}, 123)