InventCostReport_CostBase::writeTmpTransBreakdownBeginning Method [AX 2012]
Writes a total record from the InventCostTmpTransBreakdown record to the specified list.
Syntax
client server protected static void writeTmpTransBreakdownBeginning(
InventCostAmountHandler _amounts,
InventCostTmpTransBreakdown _newInventCostTmpTransBreakdown,
InventCostTmpTransBreakdown _inventCostTmpTransBreakdown)
Run On
Called
Parameters
- _amounts
Type: InventCostAmountHandler Class
The amounts, that is, totals, are transferred to the InventCostTmpTransBreakdown record.
- _newInventCostTmpTransBreakdown
Type: InventCostTmpTransBreakdown Table
An InventCostTmpTransBreakdown record with pre-filled data, that is, amounts will be overwritten.
- _inventCostTmpTransBreakdown
Type: InventCostTmpTransBreakdown Table
A table buffer in which to insert the record.