Share via


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

Return Value

Type: Query Class
The main account auto complete lookup query.

See Also

Reference

LedgerDimensionDefaultAccountController Class