SysQueryForm.hasAggregateApplied Method [AX 2012]

Determine if a aggregate field is already inserted in the aggreagate grid

Syntax

public boolean hasAggregateApplied(
    TmpSysQuery _tmpSysQuery, 
    QueryBuildDataSource _qbds, 
    int _tableId, 
    int _fieldId)

Run On

Client

Parameters

  • _tmpSysQuery
    Type: TmpSysQuery Table
    TmpSysQuery which represents the aggregate grid
  • _tableId
    Type: int
  • _fieldId
    Type: int

See Also

Reference

SysQueryForm Class