VersioningCompareRecordVersions.add2ChangeList Method [AX 2012]

Adds a change to the list of changes.

protected container add2ChangeList(
    TableId _tableId, 
    FieldId _fieldId, 
    Counter _arrayIdx, 
    anytype _oldValue, 
    anytype _newValue, 
   [FieldLabel _fieldLabel])

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
The ID of the table that contains the field that is changed.
_fieldId
Type: FieldId Extended Data Type
The ID of the field that contains the change.
_arrayIdx
Type: Counter Extended Data Type
The array index of the field specified in the _fieldId value.
_oldValue
Type: anytype
The old value.
_newValue
Type: anytype
The new value.
_fieldLabel
Type: FieldLabel Extended Data Type
A label text that will override the field label in the compare UI.

Return Value

Type: container
A container that contains information about the field that changed.

Community Additions

ADD
Show: