Skip to main content

system.kanoa.order.deleteProductionOrder(workOrderId, userId)

Deletes a production order


Parameters

workOrderId Integer
userId Integer: Id of user executing the function


Returns

success Boolean
# of records modified or error message String


Example

success, message = system.kanoa.order.deleteProductionOrder(1, 123)