BOMCalcItem::newItem Method [AX 2012]

Syntax

server public static BOMCalcItem newItem(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    Qty _calcQty, 
    BOMId _bomId, 
    RouteId _routeId, 
    CostProfitSet _profitSet, 
    BOMCalcExplosionMode _bomCalcExplosionMode, 
   [PriceCalcId _priceCalcId, 
    TransDate _calcDate, 
    BOMRouteVersionSelect _bomRouteVersionSelect, 
    boolean _showProgress, 
    BOMCalcType _bomCalcType, 
    CostingVersionId _costingVersionId, 
    BOMCalcCostingVersionUpdate _calcCostingVersionUpdate, 
    NoYes _costPriceTransfer, 
    NoYes _salesPriceTransfer, 
    BOMCalcFallBack _bomCalcFallBack, 
    CostingVersionId _fallBackVersionId, 
    BOMCostPriceModel _costPriceModel, 
    PurchPriceModel _purchPriceModel, 
    boolean _findItemProcurementMode, 
    RefRecId _productionFlowReferenceRecId, 
    ItemProcurementMode _itemProcurementMode, 
    LeanCostingFacadeBase _leanCostingFacade])

Run On

Server

Parameters

  • _findItemProcurementMode
    Type: boolean

See Also

Reference

BOMCalcItem Class