Share via


LedgerDimensionController.applyOnlyAutoFilterRange Method [AX 2012]

Applies only auto filter ranges on the supplied backing entity datasource.

Syntax

private void applyOnlyAutoFilterRange(
    str _filterValue, 
    QueryBuildDataSource _backingEntityDataSource, 
    RecId _dimensionAttributeRecId)

Run On

Called

Parameters

  • _filterValue
    Type: str
    The given filter value.
  • _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