ProdRouteJobInfo.setFieldsToSelect Method [AX 2012]
Sets the selection list of a ProdRouteJob data source of a query to a specified list of fields.
protected void setFieldsToSelect(
Query _query,
container _fields,
[SelectionField _fieldType])
Run On
CalledParameters
- _query
- Type: Query Class
The query on which to apply the selection list.
- _fields
- Type: container
A container with the list of ProdRouteJob fields to select.
- _fieldType
- Type: SelectionField Enumeration
The SelectionField value to use for each field to select; optional.
Community Additions
ADD
Show: