Share via


InventCostReport_CostBase::addAmountsToTotals Method [AX 2012]

Adds amounts from an InventCostTmpTransBreakdown record to a set of totals.

Syntax

client server public static void addAmountsToTotals(InventCostTmpTransBreakdown _inventCostTmpTransBreakdown, InventCostAmountHandler _totals)

Run On

Called

Parameters

  • _inventCostTmpTransBreakdown
    Type: InventCostTmpTransBreakdown Table
    The amounts from this InventCostTmpTransBreakdown record are added to the specified set of totals.

Remarks

The _totals parameter contains a set of amounts that are updated in this method.

See Also

Reference

InventCostReport_CostBase Class