ReleaseUpdateDB60_QMS.updateInventTestTable Method [AX 2012]

Copies data from the QmmTest table to the InventTestTable table.

Syntax

public void updateInventTestTable()

Run On

Server

Remarks

This script is set to be dependent on the ReleaseUpdateDB60_Basic.updateUnitOfMeasureConsumers upgrade script that updates units of measure in all application tables. By doing this we ensure that mentioned script will be executed on the empty InventTestTable table. Units of measure for the InventTestTable table will be updated afterwards by the ReleaseUpdateDB60_QMS.updateUnitOfMeasureQMSConsumers upgrade script.

See Also

Reference

ReleaseUpdateDB60_QMS Class