ProdBOM.routeInputInventLocationId Method
Retrieves the input warehouse for the current BOM line by using a specific route, configuration, and site.
Syntax
public InventLocationIdInput routeInputInventLocationId(
[RouteId _routeId,
EcoResItemConfigurationName _configId,
InventSiteId _siteId])
Run On
Called
Parameters
- _routeId
Type: RouteId Extended Data Type
The route ID to use to determine the input warehouse.
- _configId
Type: EcoResItemConfigurationName Extended Data Type
The configuration ID to use to determine the input warehouse.
- _siteId
Type: InventSiteId Extended Data Type
The site ID to use to determine the input warehouse.
Return Value
Type: InventLocationIdInput Extended Data Type
The input location ID.