VersioningCompareRecordVersions.addChangedField Method [AX 2012]

Adds changes for a record to the list of combined changes.

protected container addChangedField(
    VersioningChangeType _changeType, 
    Common _origCommon, 
    Common _newCommon, 
    TableName _tableName, 
    SysDictField _sysDictField, 
    Counter _arrayIdx, 
    container _changeList, 
    DictFieldGroup _dictFieldGroup)

Run On

Called

Parameters

_changeType
Type: VersioningChangeType Enumeration
A VersionChangeType enumeration value that specifies the Modified, Added, Removed, or NoChange value.
_origCommon
Type: Common Table
The original version of the record.
_newCommon
Type: Common Table
The modified version of the record.
_tableName
Type: TableName Extended Data Type
The name of the table where record has changed.
_sysDictField
Type: SysDictField Class
A SysDictField field that should be checked if changes exists.
_arrayIdx
Type: Counter Extended Data Type
The array index of the field specified in the _fieldName value.
_changeList
Type: container
The list of changes for a given table.
_dictFieldGroup
Type: DictFieldGroup Class
A DictFieldGroup instance for the auto report field group.

Return Value

Type: container
The list of changes for a given table.

Community Additions

ADD
Show: