system.kanoa.lot.deleteLotEvent
Description
Deletes a lot event.Syntax
deleteLotEvent(lotEventId, userId)Parameters:
Returns:
Code Examples
# Example usage
>lotEventId = 76
>userId = 5
>retVal, msg = system.kanoa.lot.deleteLotEvent(lotEventId, userId)
>print(retVal) # Print the number of records modified