Skip to main content

system.kanoa.lot.getNextLotName

This function is part of the kanoaOPS module

Description

Retrieves the next lot name based on the provided work order ID.

Syntax

getNextLotName(workOrderId)
  • Parameters
      int workOrderId - Work order ID
  • Returns
      int - Next lot name
  • Code Examples

    # Example usage
    workOrderId = 123
    nextLotName = system.kanoa.lot.getNextLotName(workOrderId)
    print(nextLotName) # Print the next lot name