LedgerDimensionDefaultAccountController.applyMainAccountQueryRanges Method [AX 2012]
Applies ranges on the provided main account query build datasource.
Syntax
protected void applyMainAccountQueryRanges(
QueryBuildDataSource _mainAccountViewQbds,
DimensionLedgerAccountType _excludeType1,
DimensionLedgerAccountType _excludeType2,
DimensionValue _filterValue)
Run On
Called
Parameters
- _mainAccountViewQbds
Type: QueryBuildDataSource Class
The QueryBuildDataSource instance.
- _excludeType1
Type: DimensionLedgerAccountType Enumeration
The first DimensionLedgerAccountType value to exclude main accounts of from the lookup.
- _excludeType2
Type: DimensionLedgerAccountType Enumeration
The second DimensionLedgerAccountType value to exclude main accounts of from the lookup.
- _filterValue
Type: DimensionValue Extended Data Type
The filter value to restrict AutoComplete field values.