SysQueryForm.getOrderByFieldsWithMatchingDataSource Method [AX 2012]

Find a list of orderByField list that matches the current data source.

Syntax

private List getOrderByFieldsWithMatchingDataSource(QueryBuildDataSource _matchingQbds)

Run On

Client

Parameters

Return Value

Type: List Class
A list of order by data sources that match the current query data source.

See Also

Reference

SysQueryForm Class