SysQueryForm.indexFieldHasFilter Method [AX 2012]

Makes sure that there is an index field that has the query filter applied to it.

Syntax

private boolean indexFieldHasFilter(QueryBuildDataSource _queryBuildDataSource)

Run On

Client

Parameters

  • _queryBuildDataSource
    Type: QueryBuildDataSource Class
    The QueryBuildDataSource object that has indexes that will be used to compare.

Return Value

Type: boolean
true if the index has the filter applied to it; otherwise, false.

See Also

Reference

SysQueryForm Class