BOMMap.routeInputWMSLocationId Method
Retrieves the input WMSLocation for the current BOM line in the context of using a specific route, configuration and site.
Syntax
public WMSLocationIdInput routeInputWMSLocationId(
ItemId _parentItemId,
RouteId _routeId,
EcoResItemConfigurationName _configId,
InventSiteId _siteId,
[OprNum _oprNum,
WrkCtrConsumption _wrkCtrConsumption,
TransDate _date])
Run On
Called
Parameters
- _parentItemId
Type: ItemId Extended Data Type
The parent item ID to use to determine the input location for the BOM line.
- _routeId
Type: RouteId Extended Data Type
The route ID to use when determining the input location.
- _configId
Type: EcoResItemConfigurationName Extended Data Type
The configuration ID to use to determine the input location.
- _siteId
Type: InventSiteId Extended Data Type
The site ID to use to determine the input location.
- _oprNum
Type: OprNum Extended Data Type
The operation number to use to determine the input location.
- _wrkCtrConsumption
Type: WrkCtrConsumption Extended Data Type
The resource consumption setting to use to determine the input location.
- _date
Type: TransDate Extended Data Type
The date to use to determine the input location.
Return Value
Type: WMSLocationIdInput Extended Data Type
The input location ID.