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
- _inventTransId
Type: InventTransId Extended Data Type
The ID of the inventory transaction.
- _voucher
Type: Voucher Extended Data Type
The voucher number.
- _transDate
Type: TransDate Extended Data Type
The transaction date.
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.