SysQueryForm.startPopulatingSorting Method [AX 2012]

Starts building a sorting grid by iterating all the data sources and inserts data row by row from the current query.

Syntax

private void startPopulatingSorting(TmpSysQuery _common)

Run On

Client

Parameters

  • _common
    Type: TmpSysQuery Table
    A Sorting TmpSysQuery object that represents the Sorting grid.

See Also

Reference

SysQueryForm Class