LeanCostingFacadeBase.isItemMadeInProductionFlow Method [AX 2012]

Indicates whether a specified item is produced in the specified production flow and date.

Syntax

public abstract boolean isItemMadeInProductionFlow(
    RefRecId _leanProductionFlowReference, 
    InventItemParmData _itemParmData, 
    InventItemParmData _parentItemParmData, 
    TransDate _date)

Run On

Called

Parameters

Return Value

Type: boolean
true if the item is made in the production flow; otherwise, false.

See Also

Reference

LeanCostingFacadeBase Class