Skip to main content

system.kanoa.lot.deleteLotOperation

This function is part of the kanoaOPS module

Description

Deletes a lot operation.

Syntax

deleteLotOperation(lotOperationId, userId)
  • Parameters
      lotOperationId (int)
      userId (int)
  • Returns
      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)