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
- _inventTransId
Type: InventTransId Extended Data Type
The ID of the inventory transaction.
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.