Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _totals
Type: InventCostAmountHandler Class
The amounts from the InventCostTmpTransBreakdown record are added to this set of totals.
Remarks
The _totals parameter contains a set of amounts that are updated in this method.