Certified Pega Senior System Architect v7.2 — Question 28
You populate a data page with product information. The product information varies based on the Product ID.
Which implementation maximizes reusability?
Answer options
- A. Create a data page and report definition for each context. Use parameters to filter the results of the response data transform.
- B. Create a data page sourced with a report definition. Circumstance the report definition based on context.
- C. Create a data page sourced with a connector. Specialize the data page by class based on context.
- D. Create a data page sources with a report definition. Use parameters to specify a filter condition to retrieve specific results based on the context.
Correct answer: D
Explanation
Option D is correct because it allows for the use of parameters in the report definition, enabling the retrieval of specific results based on context while maintaining a single data page for various Product IDs. The other options either require creating multiple definitions or do not utilize parameters effectively, which can lead to reduced reusability.