LedgerDimensionController.applyPagingAndAutoFilterRanges Method [AX 2012]
Applies paging and auto filter ranges on the supplied backing entity datasource.
Syntax
private void applyPagingAndAutoFilterRanges(
LoadAutoCompleteDataEventArgs _e,
QueryBuildDataSource _backingEntityDataSource,
RecId _dimensionAttributeRecId,
boolean _pagingValues)
Run On
Called
Parameters
- _e
Type: LoadAutoCompleteDataEventArgs Class
An instance of the LoadAutoCompleteDataEventArgs class.
- _backingEntityDataSource
Type: QueryBuildDataSource Class
The QueryBuildDataSource instance of the dimension attribute backing entity table.
- _dimensionAttributeRecId
Type: RecId Extended Data Type
The ID of the DimensionAttribute record to get auto complete data for.
- _pagingValues
Type: boolean
True if values should be paged; otherwise false.