RouteVersion::checkExistInventSiteId Method
Checks whether a route version record exists for a specific item ID, route ID, and site ID.
Syntax
client server public static boolean checkExistInventSiteId(
ItemId _itemId,
RouteId _routeId,
InventSiteId _siteId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
A string that holds an item ID.
- _routeId
Type: RouteId Extended Data Type
A string that holds a route ID.
- _siteId
Type: InventSiteId Extended Data Type
A string that holds a site ID.
Return Value
Type: boolean
true if a route version record exists for the specified site; otherwise, false.