Share via


ReleaseUpdateDB41_Vend.updateVendPurchOrderJour Method [AX 2012]

Initializes the DateTime fields used in the current version (AX6) based on separate Date and Time fields used to upgrade from earlier versions which did not support the DateTime field types.

Syntax

public void updateVendPurchOrderJour()

Run On

Server

Remarks

The pre-upgrade scripts executed in the earlier versions has initialized the Date and Time fields in a shadow table. These fields are merged into the DateTime field that is used by the current version.is completeAfter the upgrade has completed, the shadow table is made obsolete by using the SysDeletedObjects60 configuration key.

See Also

Reference

ReleaseUpdateDB41_Vend Class