Share via


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

Return Value

Type: boolean
true if a route version record exists for the specified site; otherwise, false.

See Also

Reference

RouteVersion Table