Share via


LedgerDimensionController.getAutoCompleteValidQuery Method [AX 2012]

Adds the appropriate restrictions to retrieve all valid the AutoComplete field from the database.

Syntax

protected void getAutoCompleteValidQuery(
    QueryBuildDataSource _qbds, 
    RecId _dimensionAttributeId, 
    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.
  • _segmentIndex
    Type: int
    The index of the segement for which to retrieve the AutoComplete field.

See Also

Reference

LedgerDimensionController Class