system.kanoa.lot.deleteLotOperation
Description
Deletes a lot operation.Syntax
deleteLotOperation(lotOperationId, userId)- lotOperationId (int)
- userId (int)
- Number of records modified (int)
- message (string): None if success
Code Examples
# Example usage
>lotOperationId = 2
>userId = 5
>retVal, msg = system.kanoa.lot.deleteLotOperation(lotOperationId, userId)
>print(retVal)