PurchSummaryModel_Account_Invoice.addOrderTableOrderByField Method [AX 2012]

Runs when an order by field is being added to the order table data source.

public void addOrderTableOrderByField(QueryRun _queryRun, FieldId _fieldId)

Run On

Called

Parameters

_queryRun
Type: QueryRun Class
The query that is being built, which includes the order table data source.
_fieldId
Type: FieldId Extended Data Type
The field from the order table that is being added to the sort order.

This method overrides the method in the base class.

Community Additions

ADD
Show: