PmfBOMCalcJob_Commodity.initForNewItem Method [AX 2012]

Initializes this PmfFormulaCalcJob_Commodity object for use with a new item.

public void initForNewItem(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    BOMId _bomId, 
    RouteId _routeId)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
An item ID for the new calculation.
_inventDimId
Type: InventDimId Extended Data Type
An inventory dimension ID for the new calculation.
_bomId
Type: BOMId Extended Data Type
The ID of a BOM to use for the new calculation.
_routeId
Type: RouteId Extended Data Type
The ID of a route to use for the new calculation.

Community Additions

ADD
Show: