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
- _itemParmData
Type: InventItemParmData Class
The item related criteria that are used to search for production flows.
- _inventSiteId
Type: InventSiteId Extended Data Type
A InventSiteId variable that is used to search for production flows.
- _date
Type: TransDate Extended Data Type
A date that is used to search for production flows.
Return Value
Type: Set Class
A set of record IDs for LeanProductionFlowReference records.