Share via


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.

Return Value

Type: InventQty Extended Data Type
The kanban quantity for a specified production flow reference, item, and site.

See Also

Reference

LeanCostingFacadeBase Class