ReqQueryBuildHelper.selectFields Method [AX 2012]
Sets which fields should be selected from a data source.
public void selectFields(QueryBuildDataSource _qbds, container _fields)
Run On
CalledParameters
- _qbds
- Type: QueryBuildDataSource Class
The data source instance.
- _fields
- Type: container
A container with the IDs of the fields that should be selected.
Community Additions
ADD
Show: