AuditPolicyCaseBuilder.isGroupByFieldChange Method [AX 2012]

Indicates whether the group by field values is change for the current entity.

public boolean isGroupByFieldChange(
    Common _rootEntity, 
    int _groupByFieldCount, 
    Array _groupByFieldList)

Run On

Server

Parameters

_rootEntity
Type: Common Table
The root entity of the query.
_groupByFieldCount
Type: int
An integer value that determines the count of group by field.
_groupByFieldList
Type: Array Class
An array that contains the group by field name.

Return Value

Type: boolean
true if the group by field values is changed; otherwise, false.

Community Additions

ADD
Show: