Share via


LeanCostingFacadeBase.isInventoryControlled Method [AX 2012]

Indicates whether an item is inventory controlled in a production flow at a specified site.

Syntax

public abstract boolean isInventoryControlled(
    RefRecId _leanProductionFlowReference, 
    InventItemParmData _itemParmData, 
    InventItemParmData _parentItemParmData, 
    TransDate _date, 
    InventSiteId _inventSiteId, 
    BOMId _bomId)

Run On

Called

Parameters

  • _parentItemParmData
    Type: InventItemParmData Class
    The parent item that is used in the inventory control determination.

Return Value

Type: boolean
true if the item is inventory controlled; otherwise, false.

See Also

Reference

LeanCostingFacadeBase Class