ReleaseUpdateDB60_QMS.updateInventTestCertOfAnalysisLine Method [AX 2012]

Copies data from the QmmCertOfAnalysisLine table to the InventTestCertOfAnalysisLine table.

Syntax

public void updateInventTestCertOfAnalysisLine()

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

See Also

Reference

ReleaseUpdateDB60_QMS Class