Share via


ReleaseUpdateDB60_Vend.updateVendPurchOrderJour Method [AX 2012]

Finalizes the upgrade of the purchase confirmation journal made in the pre-upgrade process of the earlier version.

Syntax

public void updateVendPurchOrderJour()

Run On

Server

Remarks

During pre-upgrade we cannot change existing tables. These changes are stored in staging tables during the pre-upgrade and will be applied with this method.This method only using array updates and inserts to comply with the performance restrictions.

See Also

Reference

ReleaseUpdateDB60_Vend Class