Share via


SysQueryForm.buildRange Method [AX 2012]

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

Syntax

public void buildRange(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