Share via


InventCostIndirect.getIndirectCostGroup2AmountMap Method [AX 2012]

Retrieves a map with indirect cost per cost group amounts that correspond to the inventory transaction, voucher, and date.

Syntax

public Map getIndirectCostGroup2AmountMap(InventTransId _inventTransId)

Run On

Called

Parameters

Return Value

Type: Map Class
A map that has the indirect cost amount per cost group.

Remarks

Delegates to the InventCostJournalIndirectCost member object for the actual retrieval of the map.

See Also

Reference

InventCostIndirect Class