SysQueryForm.hasRangeApplied Method [AX 2012]

Indicates whether a field of a table has a QueryBuildRange object applied to it.

Syntax

private boolean hasRangeApplied(QueryBuildDataSource _queryBuildDataSource, FieldName _fieldName)

Run On

Client

Parameters

Return Value

Type: boolean
true if the queryBuildRange object is applied; otherwise, false.

See Also

Reference

SysQueryForm Class