Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.