Share via


LedgerDimensionController.applyOnlyPagingRange Method [AX 2012]

Applies only paging ranges on the supplied backing entity datasource.

Syntax

private void applyOnlyPagingRange(
    LoadAutoCompleteDataEventArgs _e, 
    QueryBuildDataSource _backingEntityDataSource, 
    RecId _dimensionAttributeRecId)

Run On

Called

Parameters

  • _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.

See Also

Reference

LedgerDimensionController Class