system.kanoa.order.deleteProductionOrder
Description
Deletes a work order (kanoaOPS).Syntax
deleteProductionOrder(workOrderId, userId)- workOrderId (Integer) - Work order ID.
- userId (Integer) - User ID.
- Boolean indicating success (True) and number of records modified (Integer).
Code Example
# Example Usage:
success, recordsModified = system.kanoa.order.deleteProductionOrder(1, 123)