Share via


LeanCostingFacade.getSubcontractedServicesUsage Method [AX 2012]

Calculates quantities of subcontracted services usage for an item, date, and quantity.

Syntax

public Map getSubcontractedServicesUsage(
    RefRecId _leanProductionFlowReference, 
    ItemId _itemId, 
    InventDimId _inventDimId, 
    TransDate _date, 
    InventQty _inventQty, 
   [boolean _includeProcess, 
    boolean _includeTransfer])

Run On

Called

Parameters

Return Value

Type: Map Class
A map of a service item ID dimension combination, and usage quantities.

See Also

Reference

LeanCostingFacade Class