VersioningCompareRecordVersions.getDimensionFieldValue Method [AX 2012]

Checks if a dimension field should be added to the change list.

protected container getDimensionFieldValue(
    VersioningChangeType _changeType, 
    Common _origCommon, 
    Common _newCommon, 
    TableName _tableName, 
    SysDictField _sysDictField, 
    Counter _arrayIdx)

Run On

Called

Parameters

_changeType
Type: VersioningChangeType Enumeration
A VersionChangeType enumeration value which 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 the record has changed.
_sysDictField
Type: SysDictField Class
A SysDictField field which should be checked if changes exists.
_arrayIdx
Type: Counter Extended Data Type
The array index of the field which should be checked if changes exists.

Return Value

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

Community Additions

ADD
Show: