LeanCostingFacadeBase.getKanbanQuantity Method [AX 2012]
Gets the kanban quantity for a specified production flow, item, and site.
Syntax
public abstract InventQty getKanbanQuantity(
RefRecId _leanProductionFlowReference,
ItemId _itemId,
InventSiteId _inventSiteId)
Run On
Called
Parameters
- _leanProductionFlowReference
Type: RefRecId Extended Data Type
The record ID for the production flow that is used in the calculation.
- _itemId
Type: ItemId Extended Data Type
The item that is used in the calculation.
- _inventSiteId
Type: InventSiteId Extended Data Type
The site that is used in the calculation.
Return Value
Type: InventQty Extended Data Type
The kanban quantity for a specified production flow reference, item, and site.