Share via


DimensionDefaultingEPController.getLookupDataSet Method [AX 2012]

Gets a data set to use for lookups in the EP.

Syntax

public DataSet getLookupDataSet(int _index)

Run On

Called

Parameters

  • _index
    Type: int
    The index to search.

Return Value

Type: DataSet Class
A data set for the lookups on the specified segment.

Exceptions

Exception Condition
Error

The specified index is invalid.

See Also

Reference

DimensionDefaultingEPController Class