SysQueryForm.isQueryBuildRangeFilterable Method [AX 2012]

Indicates whether a field of a table is filterable in the QueryBuildRange collection.

Syntax

public boolean isQueryBuildRangeFilterable(
    TmpSysQuery _tmpSysQuery, 
    int tableId, 
    int fieldId)

Run On

Client

Parameters

  • _tmpSysQuery
    Type: TmpSysQuery Table
    The TmpSysQuery table that represents the range grid.
  • tableId
    Type: int
    The ID of a table.
  • fieldId
    Type: int
    The ID of a field.

Return Value

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

See Also

Reference

SysQueryForm Class