VersioningCompare.loadVersioningTmpTrans Method [AX 2012]

Initializes the VersioningTmpTrans temporary table that is used to save the result of the comparison.

public VersioningTmpTrans loadVersioningTmpTrans()

Run On

Server

Return Value

Type: VersioningTmpTrans Table
The VersioningTmpTrans temporary table.

The generic implementation of this method just deletes all existing records in the VersioningTmpTrans temporary table.

The individual extension on the class should override this method and supply the specific data after a call to the super method.

Community Additions

ADD
Show: