Share via


DimensionDefaultingEPController.getLookupQuery Method [AX 2012]

Gets a query to use for the specified index.

Syntax

public Query getLookupQuery(int _index)

Run On

Called

Parameters

  • _index
    Type: int
    The index to search.

Return Value

Type: Query Class
A query to use for lookups in the EP.

Exceptions

Exception Condition
Error

The specified index is invalid.

See Also

Reference

DimensionDefaultingEPController Class