SysQueryForm.hasExplitcitRangeFilter Method [AX 2012]

Indicates whether there is an explicit filter range in the current data source with which to start.

Syntax

private boolean hasExplitcitRangeFilter(QueryBuildDataSource _qbds)

Run On

Client

Parameters

  • _qbds
    Type: QueryBuildDataSource Class
    The QueryBuildDataSource object to examine for whether it has a query build range or query filter in the data source.

Return Value

Type: boolean
true if there is already a range or filter in the specified QueryBuildDataSource object; otherwise, false.

Remarks

A user should retrieve the original query in which implicit ranges or filters have not been added.

See Also

Reference

SysQueryForm Class