SysQueryForm.packOrderByTable Method [AX 2012]

Packs all the fields that have a sort applied of a specified QueryBuildDataSource object based on table in the hierarchy.

Syntax

private void packOrderByTable(
    TableId _tableId, 
    TmpSysQuery _tmpSysQuery, 
    QueryBuildDataSource _qbds)

Run On

Client

Parameters

  • _tmpSysQuery
    Type: TmpSysQuery Table
    The sorting TmpSysQuery record that represents the Sorting grid.

See Also

Reference

SysQueryForm Class