LedgerDimensionDefaultAccountController.loadAutoCompleteData Method [AX 2012]
Retrieves the AutoComplete field for segment lookup purposes.
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 the AutoComplete field that is requested.
Exceptions
Exception | Condition |
---|---|
Error | An instance of the LoadAutoCompleteDataEventArgs class must not be null Nothing nullptr unit a null reference (Nothing in Visual Basic) and must contain a valid segment. |