SysQueryForm.hasQueryFilterApplied Method [AX 2012]

Determines whether a field of a table has a QueryFilter object applied to it.

Syntax

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

Run On

Client

Parameters

  • _tmpSysQuery
    Type: TmpSysQuery Table
    A 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 a query filter has been applied; otherwise, false.

See Also

Reference

SysQueryForm Class