ReqQueryBuildHelper.orderBy Method [AX 2012]

Orders the given data source by the given field, clearing the previous sort list.

public void orderBy(QueryBuildDataSource _qbds, FieldId _fieldId)

Run On

Called

Parameters

_qbds
Type: QueryBuildDataSource Class
The data source instance.
_fieldId
Type: FieldId Extended Data Type
The ID of the field to order by.

Community Additions

ADD
Show: