Share via


InventCostUpdate.writeInventCostTransVariance Method [AX 2012]

Writes all inventCostTransVariance records to the database

Syntax

protected void writeInventCostTransVariance()

Run On

Server

Remarks

This method builds one big record sorted list from the small recordSortedLists that are stored in the costTransVarianceMap map. It is then inserted into the database.

See Also

Reference

InventCostUpdate Class