system.kanoa.lot.adjustLotEventQty
Description
Adjusts a lot event qty by the amount passed in deltaQtySyntax
addLot(lotInfo, userId)Parameters:
Returns:
Code Examples
# Example usage
lotEventId = 237
deltaQty = 37.2
userId = 5
retVal, msg = system.kanoa.lot.adjustLotEventQty(lotEventId, deltaQty, userId)
>