Share via


LedgerDimensionAccountController.getAutoCompleteValidQuery Method [AX 2012]

Adds the appropriate restrictions to get all of the valid auto-complete data 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 get the auto-complete data.
  • _segmentIndex
    Type: int
    The index of the segment for which to get the auto-complete data.

See Also

Reference

LedgerDimensionAccountController Class