Share via


LeanCostingFacade.getProductionFlows Method [AX 2012]

Determines all production flows for a specified item, site, and date.

Syntax

public Set getProductionFlows(
    InventItemParmData _itemParmData, 
    InventSiteId _inventSiteId, 
    TransDate _date)

Run On

Called

Parameters

Return Value

Type: Set Class
A set of record IDs for LeanProductionFlowReference records.

See Also

Reference

LeanCostingFacade Class