Share via


LeanCostingFacade.getKanbanQuantity Method [AX 2012]

Determines the kanban quantity for the specified production flow, item, and site.

Syntax

public 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 the specified production flow reference, item, and site

See Also

Reference

LeanCostingFacade Class