SysQueryForm.isQueryFilterFilterable Method [AX 2012]

Determines whether a field of a table is filterable in the QueryFilter collection.

Syntax

public boolean isQueryFilterFilterable(
    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 query filter is filterable; otherwise false.

See Also

Reference

SysQueryForm Class