SysQueryForm.isImplicitQueryFilter Method [AX 2012]

Determines whether a filter that belongs to our implicit query filter set by checking the querybuilddatasource object and fieldName value.

Syntax

private boolean isImplicitQueryFilter(QueryBuildDataSource _queryBuildDataSource, FieldName _fieldName)

Run On

Client

Parameters

Return Value

Type: boolean
true if the queryfilter that has current querybuilddatasoruce object and field name matches the queryfilter that belongs to our implicitQueryFilter set; otherwise, false.

Remarks

There is time that in our SysQueryForm object, you must know whether a new query filter that comes from the original query and one that we either manually added or added by surrogate FK replacements and implicit index.

See Also

Reference

SysQueryForm Class