Share via


ReleaseUpdateDB60_Vend.updatePurchCRisModified Method [AX 2012]

Initializes the isModfied field by using the NoYes::Yes enumeration value for all records that have been upgraded from an earlier version.Initializes the DocumentState on PurchTable tables that depend on the PurchStatus Initialized the isFinalized on PurchLine dependent on PurchStatus

Syntax

public void updatePurchCRisModified()

Run On

Server

Remarks

As the history tables are new to the current version, no information is stored in these tables for upgraded purchase orders.All records are marked as modified to be included in the first copy to the history tables.The DocumentState field on all existing purchase orders is set to a VersioningDocumentState::Approved enumeration value.The method is based on direct SQL to make sure that it has best possible performance.

See Also

Reference

ReleaseUpdateDB60_Vend Class