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
- _inventCostTransList
Type: InventCostTransList Class
The RecordSortedList object that is to be processed.
- _inventCostTransVarianceMap
Type: InventCostTransVarianceMap Class
The InventCostTransVarianceMap that is to be processed.
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.