Share via


LeanCostingFacade.isItemMadeInProductionFlow Method [AX 2012]

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

Syntax

public 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

LeanCostingFacade Class