Skip to main content

system.kanoa.lot.getNextLotName

Description

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

Syntax

getNextLotName(workOrderId)

Parameters:
  • workOrderId (int) - 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