SysQueryForm.isQueryBuildRangeAllowed Method [AX 2012]

Checks to see whether a QueryBuildDataSource object can use a QueryBuildRange object.

Syntax

public boolean isQueryBuildRangeAllowed(TmpSysQuery _tmpSysQuery)

Run On

Client

Parameters

Return Value

Type: boolean
true if the current QueryBuildDataSource is not outer join; otherwise, false.

Remarks

Outer join does not support QueryBuildRange objects. For all cases, we recommend that you use a query filter in replacement of a QueryBuildRange object.

See Also

Reference

SysQueryForm Class