BOMMap.getRouteOpr Method [AX 2012]
Retrieves the route operation for the current BOM line in the context of using a specific route, configuration and site.
private RouteOpr getRouteOpr(
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 route operation for the BOM line.
- _routeId
- Type: RouteId Extended Data Type
The route ID to use when determining the route operation.
- _configId
- Type: EcoResItemConfigurationName Extended Data Type
The configuration ID to use to determine the route operation.
- _siteId
- Type: InventSiteId Extended Data Type
The site ID to use to determine the route operation.
- _oprNum
- Type: OprNum Extended Data Type
The operation number to use to determine the route operation.
- _wrkCtrConsumption
- Type: WrkCtrConsumption Extended Data Type
The resource consumption setting to use to determine the route operation.
Community Additions
ADD
Show: