Share via


SysQueryForm.buildQueryFilter Method [AX 2012]

Builds the list of existing ranges on the query and puts it in a temporary table TmpSysQuery

Syntax

public void buildQueryFilter(TmpSysQuery _common, TmpSysQueryCompanyRange _tmpCompanyRange)

Run On

Client

Parameters

Remarks

This function is also used by the Enterprise Portal SysQueryWeb class to exclude existing fields from all fields.

See Also

Reference

SysQueryForm Class