system.kanoa.lot.deleteLotOperationEvent
Description
Deletes a lot operation event.Syntax
deleteLotOperationEvent(lotOperationEventId, userId)- lotOperationEventId (int)
- userId (int)
- 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)