Share via


SysQuery::hasIndexImplicitFilter Method [AX 2012]

Validates that the index field has an implicit query filter applied.

Syntax

client server private static boolean hasIndexImplicitFilter(QueryBuildDataSource _queryBuildDataSource, FieldName _queryFilterFieldName)

Run On

Called

Parameters

  • _queryBuildDataSource
    Type: QueryBuildDataSource Class
    The QueryBuilDataSource that has indexes that will be used for comparison.

Return Value

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

See Also

Reference

SysQuery Class