Share via


SysQuery::addCollectedSelectionFields Method [AX 2012]

Adds the collected selection fields to the query data sources field selection list.

Syntax

client server private static void addCollectedSelectionFields(Query _query, Map _collectedSelectionFields)

Run On

Called

Parameters

  • _query
    Type: Query Class
    A query with aggregate fields.
  • _collectedSelectionFields
    Type: Map Class
    A map of the collected selection fields.

See Also

Reference

SysQuery Class