LedgerDimensionEPController.getRestrictedLookupData Method [AX 2012]

Sends back a query that is restricted to only the valid values for the specified index.

Syntax

public Query getRestrictedLookupData(int _controlIndex)

Run On

Called

Parameters

  • _controlIndex
    Type: int
    The index to search.

Return Value

Type: Query Class
A query that is used for lookups in the EP.

See Also

Reference

LedgerDimensionEPController Class