SysQueryForm.buildGroupBy Method [AX 2012]

Builds the list of existing group-by fields on the query and puts in a TmpSysQuery temporary table.

Syntax

public void buildGroupBy(TmpSysQuery _tmpSysQueryGroupBy)

Run On

Client

Parameters

  • _tmpSysQueryGroupBy
    Type: TmpSysQuery Table
    The temporary instance of the TmpSysQuery table.

See Also

Reference

SysQueryForm Class