KMQuestionnaireStatisticsRun.addProfileQuery Method [AX 2012]
Manages the merging of a profile Query object into the primary Query object.
private void addProfileQuery(Query _query)
Run On
ServerParameters
- _query
- Type: Query Class
The primary Query object.
The profile Query objects that are used for this functionality have been created specifically for this task. The root QueryBuildDataSource node on each modeled query must be able to link to the HcmPersonView view Party field in order to achieve the expected results. Each modeled query is intended to have only one root QueryBuildDataSource node. Changing the QueryBuildDataSource node of the root node or adding additional root nodes may alter the expected results of this process.
Community Additions
ADD
Show: