BOMMap.routeInputInventLocationId Method [AX 2012]
Retrieves the input warehouse for the current BOM line in the context of using a specific route, configuration and site.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public InventLocationIdInput routeInputInventLocationId(
ItemId _parentItemId,
RouteId _routeId,
EcoResItemConfigurationName _configId,
InventSiteId _siteId,
[OprNum _oprNum,
WrkCtrConsumption _wrkCtrConsumption,
TransDate _date])
Microsoft Dynamics AX 2012 R2 (SYS)
public InventLocationIdInput routeInputInventLocationId(
ItemId _parentItemId,
RouteId _routeId,
EcoResItemConfigurationName _configId,
InventSiteId _siteId,
[OprNum _oprNum,
WrkCtrConsumption _wrkCtrConsumption,
TransDate _date])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventLocationIdInput routeInputInventLocationId(
ItemId _parentItemId,
RouteId _routeId,
EcoResItemConfigurationName _configId,
InventSiteId _siteId,
[OprNum _oprNum,
WrkCtrConsumption _wrkCtrConsumption])
Microsoft Dynamics AX 2012 (FPK)
public InventLocationIdInput routeInputInventLocationId(
ItemId _parentItemId,
RouteId _routeId,
EcoResItemConfigurationName _configId,
InventSiteId _siteId,
[OprNum _oprNum,
WrkCtrConsumption _wrkCtrConsumption])
Microsoft Dynamics AX 2012 (SYS)
public InventLocationIdInput routeInputInventLocationId(
ItemId _parentItemId,
RouteId _routeId,
EcoResItemConfigurationName _configId,
InventSiteId _siteId,
[OprNum _oprNum,
WrkCtrConsumption _wrkCtrConsumption])
Run On
CalledParameters
- _parentItemId
- Type: ItemId Extended Data Type
The parent item ID to use to determine the input warehouse for the BOM line.
- _routeId
- Type: RouteId Extended Data Type
The route ID to use when determining 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.
- _oprNum
- Type: OprNum Extended Data Type
The operation number to use to determine the input warehouse.
- _wrkCtrConsumption
- Type: WrkCtrConsumption Extended Data Type
The resource consumption setting to use to determine the input warehouse.
- _date
- Type: TransDate Extended Data Type
The date to use to determine the input warehouse.
Community Additions
ADD
Show:
Note