Share via


LeanCostingFacadeBase.getActiveProductionFlow Method [AX 2012]

Retrieves the record ID of the active production flow for a specified item, site, and date.

Syntax

public abstract RefRecId getActiveProductionFlow(
    InventItemParmData _itemParmData, 
    InventSiteId _inventSiteId, 
    TransDate _date)

Run On

Called

Parameters

Return Value

Type: RefRecId Extended Data Type
The record ID of the active production flow; otherwise, 0 (zero).

See Also

Reference

LeanCostingFacadeBase Class