VersioningCompareRecordVersions.includeInComparison Method [AX 2012]

Determines whether the specified field will be included in the comparison.

protected boolean includeInComparison(SysDictField _sysDictField)

Run On

Called

Parameters

_sysDictField
Type: SysDictField Class
The SysDictField object that specifies the field.

Return Value

Type: boolean
true if the field will be included in the comparison; otherwise, false.

Only fields which are visible, editable, and stored in the database are included. The DateTime fields that are used for date effectiveness are excluded.

Community Additions

ADD
Show: