LedgerBalanceSheetDim.q_sortVoucher Method [AX 2012]
Provides the means for a subclass to add sorting by voucher if the data source supports the field.
Syntax
public void q_sortVoucher(QueryBuildDataSource _qbds)
Run On
Called
Parameters
- _qbds
Type: QueryBuildDataSource Class
The query source to which to add the sort value.
Remarks
There are several groups of classes that inherit from this abstract class. Each class is used to print the ledgerTransStatement from a different data source. This method is designed to be overridden by only those child classes that use a data source that supports sorting by voucher.