system.kanoa.lot.getNextLotName
Description
Retrieves the next lot name based on the provided work order ID.Syntax
getNextLotName(workOrderId)Parameters:
Returns:
Code Examples
# Example usage
workOrderId = 123
nextLotName = system.kanoa.lot.getNextLotName(workOrderId)
print(nextLotName) # Print the next lot name