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
- _qbds
Type: QueryBuildDataSource Class
The QueryBuildDataSource object to restrict to valid data.
- _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.
- _originalCompany
Type: DataAreaId Extended Data Type