LedgerDimensionDefaultAccountController.applyMainAccountTypeRanges Method [AX 2012]
Applies main account type ranges on the provided main account query build datasource.
Syntax
protected void applyMainAccountTypeRanges(
QueryBuildDataSource _mainAccountViewQbds,
DimensionLedgerAccountType _excludeType1,
DimensionLedgerAccountType _excludeType2)
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.