ProdTable::validateRouteId Method
Validates a route ID.
Syntax
client server public static boolean validateRouteId(
RouteId _routeId,
ItemId _itemId,
InventDim _inventDim)
Run On
Called
Parameters
- _routeId
Type: RouteId Extended Data Type
The route ID to check.
- _itemId
Type: ItemId Extended Data Type
The item ID of the item to check.
- _inventDim
Type: InventDim Table
The inventory dimension to check.
Return Value
Type: boolean
true if the route ID is valid; otherwise, false.