VersioningCompareRecordVersions.getFieldValue Method [AX 2012]

Gets the field value for a given field.

protected anytype getFieldValue(
    Common _common, 
    SysDictField _sysDictField, 
    Counter _arrayIndex)

Run On

Called

Parameters

_common
Type: Common Table
A version of the record.
_sysDictField
Type: SysDictField Class
A SysDictField field which should be checked if changes exists.
_arrayIndex
Type: Counter Extended Data Type
The array index of the field specified in _fieldName .

Return Value

Type: anytype
The value of a field.

Community Additions

ADD
Show: