VersioningCompareRecordVersions.isFieldInAutoReportFieldGroup Method [AX 2012]

Indicates whether a field is included in the auto report field group.

protected boolean isFieldInAutoReportFieldGroup(
    TableId _tableId, 
    FieldName _fieldName, 
    DictFieldGroup _dictFieldGroup)

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
The ID of the table that contains the field to check.
_fieldName
Type: FieldName Extended Data Type
The name of the field which should be checked if is part of the auto report field group.
_dictFieldGroup
Type: DictFieldGroup Class
A DictFieldGroup instance for the auto report field group.

Return Value

Type: boolean
true if the field is included in the auto report field group; otherwise, false.

Community Additions

ADD
Show: