SysQueryForm.buildAllFields Method [AX 2012]

Builds the list of all the fields from the table in the specified data source.

Syntax

private void buildAllFields(
    SysDataSourceId _sysDataSourceId, 
    TableId _prefixID, 
    TmpSysQueryCompanyRange _tmpCompanyRange)

Run On

Client

Parameters

Remarks

This uses server method SysQueryForm::findFields to find all fields on the server because it is faster than building it on client.This is also used by the Enterprise Portal SysQueryWebclass.

See Also

Reference

SysQueryForm Class