Share via


ReqQueryBuildHelper.selectFields Method [AX 2012]

Sets which fields should be selected from a data source.

Syntax

public void selectFields(QueryBuildDataSource _qbds, container _fields)

Run On

Called

Parameters

  • _fields
    Type: container
    A container with the IDs of the fields that should be selected.

See Also

Reference

ReqQueryBuildHelper Class