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
ServerParameters
- _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.
Community Additions
ADD
Show: