InventCostJournalIndirectCost.getIndirectCostGroup2AmountMap Method [AX 2012]

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

Syntax

public Map getIndirectCostGroup2AmountMap(
    InventTransId _inventTransId, 
    Voucher _voucher, 
    TransDate _transDate)

Run On

Called

Parameters

Return Value

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

Remarks

Creates an empty map in case no map exists for the combination of inventory transaction, voucher, and date.

See Also

Reference

InventCostJournalIndirectCost Class