LedgerDimensionDefaultAccountController.getMainAccountAutoCompleteQuery Method [AX 2012]
Applies ranges on the main account datasource.
Syntax
protected Query getMainAccountAutoCompleteQuery(
DimensionLedgerAccountType _excludeType1,
DimensionLedgerAccountType _excludeType2,
DimensionValue _filterValue)
Run On
Called
Parameters
- _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
Return Value
Type: Query Class
The main account auto complete lookup query.