Skip to main content

system.kanoa.lot.deleteLotOperationEvent

Description

Deletes a lot operation event.

Syntax

deleteLotOperationEvent(lotOperationEventId, userId)

Parameters:
  • lotOperationEventId (int)
  • userId (int)

  • Returns:
  • Number of records modified (int)
  • message (string): None if success
  • Code Examples

    # Example usage
    >lotOperationEventId = 2
    >userId = 5
    >retVal, msg = system.kanoa.lot.deleteLotOperationEvent(lotOperationEventId, userId)
    >print(retVal)