Share via


LeanCostingFacade.getResourcesUsage Method [AX 2012]

Calculates the usage of the internal operation resource related to the production flow for an item, date, and quantity.

Syntax

public 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

LeanCostingFacade Class