Share via


ReleaseUpdateDB60_QMS.updateInventQualityOrderLine Method [AX 2012]

Copies data from the QmmOrderLine table to the InventQualityOrderLine table.

Syntax

public void updateInventQualityOrderLine()

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 InventQualityOrderLine table. Units of measure for the InventQualityOrderLine table will be updated afterwards by the ReleaseUpdateDB60_QMS.updateUnitOfMeasureQMSConsumers upgrade script.

See Also

Reference

ReleaseUpdateDB60_QMS Class