Share via


LedgerDimensionController.getAutoCompleteDataFromMRU Method [AX 2012]

Retrieves the appropriate the AutoComplete field from the most recently used provider.

Syntax

protected void getAutoCompleteDataFromMRU(LoadAutoCompleteDataEventArgs _e, RecId _dimensionAttributeId)

Run On

Called

Parameters

  • _e
    Type: LoadAutoCompleteDataEventArgs Class
    An instance of the LoadAutoCompleteDataEventArgs class that is used to provide details on the type of the AutoComplete field that is requested.
  • _dimensionAttributeId
    Type: RecId Extended Data Type
    The ID of the DimensionAttribute record for which to get the AutoComplete field.

See Also

Reference

LedgerDimensionController Class