PurchReApprovalVersioningCompare.getChangeList Method [AX 2012]

Retrieves a list of changed fields as two records are compared.

protected container getChangeList(Common _oldRecord, Common _newRecord)

Run On

Server

Parameters

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

Return Value

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

Community Additions

ADD
Show: