Share via


LedgerDimensionAccountController.loadAutoCompleteData Method [AX 2012]

Retrieves the appropriate AutoComplete data and passes it back to the kernel through the LoadAutoCompleteDataEventArgs object.

Syntax

public void loadAutoCompleteData(LoadAutoCompleteDataEventArgs _e)

Run On

Called

Parameters

  • _e
    Type: LoadAutoCompleteDataEventArgs Class
    An instance of the LoadAutoCompleteDataEventArgs class that is used to provide details on the type of AutoComplete data that is requested.

Remarks

The kernel calls the loadAutocompleteData method on the control when it needs additional AutoComplete information. This kernel method should be overridden on the control and the call delegated to this method.

See Also

Reference

LedgerDimensionAccountController Class