Skip to main content

system.kanoa.lot.deleteLotOperation

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)