Share via


LeanCostingFacadeBase.getResourcesUsage Method [AX 2012]

Calculates the production flow operation resource usage for an item, date, and quantity.

Syntax

public abstract Map getResourcesUsage(
    RefRecId _leanProductionFlowReference, 
    ItemId _itemId, 
    InventDimId _inventDimId, 
    TransDate _date, 
    InventQty _inventQty)

Run On

Called

Parameters

Return Value

Type: Map Class
A map of resource IDs and usage quantities.

See Also

Reference

LeanCostingFacadeBase Class