Share via


ReleaseUpdateDB60_QMS.updateInventTestGroupMember Method [AX 2012]

Copies data from the QmmTestGroupMember table to the InventTestGroupMember table.

Syntax

public void updateInventTestGroupMember()

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

See Also

Reference

ReleaseUpdateDB60_QMS Class