Share via


InventCostUpdate.finalizeCostTransVariance Method [AX 2012]

Processes the RecordSortedList object and InventCostTransVariance map that are handed over.

Syntax

public void finalizeCostTransVariance(InventCostTransList _inventCostTransList, InventCostTransVarianceMap _inventCostTransVarianceMap)

Run On

Server

Parameters

Remarks

Before processing the RecordSortedList object that is handed over, a check is performed to ensure that records that have zero quantity and zero cost amount are not inserted. Then, the list and the map are processed by calling the InventCostUpdate.addToMemory method.

See Also

Reference

InventCostUpdate Class