SysQueryForm.performLookupField Method [AX 2012]

Opens a lookup of fields that can be filtered.

Syntax

public boolean performLookupField(
    FormStringControl _formStringControl, 
    TmpSysQuery _tmpSysQuery, 
    TmpSysQueryCompanyRange _tmpCompanyRange, 
    boolean _range, 
   [boolean _aggregate, 
    TmpSysQuery _groupByData, 
    boolean _having])

Run On

Client

Parameters

  • _tmpSysQuery
    Type: TmpSysQuery Table
    The instance of TmpSysQuery table that has a list of filtered fields.
  • _range
    Type: boolean
    An indicator of whether there is a range on the query.

Return Value

Type: boolean
true if lookup is opened; otherwise false.

Remarks

The parameter _tmpSysQuery is the instance of TmpSysQuery table that has a list of fields on which a filter is already applied with the range status.

See Also

Reference

SysQueryForm Class