This documentation is archived and is not being maintained.
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
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.