Share via


LedgerDimensionController.getAutoCompleteDataFromDatabase Method [AX 2012]

Retrieves the appropriate the AutoComplete from the database.

Syntax

protected int getAutoCompleteDataFromDatabase(
    LoadAutoCompleteDataEventArgs _e, 
    AutoCompleteDataMode _autoCompleteMode, 
    RecId _dimensionAttributeId, 
    boolean _pagingValues, 
    int _segmentIndex, 
    DataAreaId _originalCompany)

Run On

Called

Parameters

  • _dimensionAttributeId
    Type: RecId Extended Data Type
    The ID of the DimensionAttribute record for which to retrieve the AutoComplete field.
  • _pagingValues
    Type: boolean
    A Boolean value that specifies whether to page values.
  • _segmentIndex
    Type: int
    The index of the segment for which to retrieve from the AutoComplete field.

Return Value

Type: int
The number of records paged.

See Also

Reference

LedgerDimensionController Class