VersioningCompare.getChangeList Method [AX 2012]

Gets a list of changed fields by comparing two records.

protected container getChangeList(Common _oldRecord, Common _newRecord)

Run On

Server

Parameters

_oldRecord
Type: Common Table
The old record buffer.
_newRecord
Type: Common Table
The new record buffer.

Return Value

Type: container
A container that contains the changed fields including old and new values.

Community Additions

ADD
Show: