Certified Pega Senior System Architect v8.7 — Question 26
A Fulfillment report needs to list the user ID of the employee who packages the items to ship in an Order case. The report provides information from the MyCo-Orders-Work-Ship and Data-Admin-Operator-ID classes.
Which two options independently satisfy the report requirements? (Choose two.)
Answer options
- A. Configure a class join on the Fulfillment report definition to join operator information to each case.
- B. Add the user ID to the Fulfillment report definition as a parameter.
- C. Specify both classes on the Pages & Classes tab on the Fulfillment report definition.
- D. Use an association rule to join operator information to each case to populate the Fulfillment report.
Correct answer: A, C
Explanation
Option A is correct because configuring a class join allows the report to access operator information for each case. Option C is also correct, as specifying both classes ensures the report can retrieve the necessary data. Options B and D do not directly establish the required relationship between the classes for the report's needs.