Certified Pega System Architect v7.2 — Question 4

You have been asked to create a report that displays the following information:
- Assigned case worker (.pxAssignedOperatorID)
- Requestor (.pxCreateOperator)
- Request date (.pxCreateDateTime)
- Due date (.DueDate)
- Assigned vendor (.VendorName)
The report contains a filer to only return purchase requests with a status (.pyStatusWork) of open.
Which property can you optimize to improve report performance?

Answer options

Correct answer: A

Explanation

Optimizing the .pxAssignedOperatorID property can significantly enhance report performance since it directly relates to the core filtering of case workers. The other properties, while relevant to the report, do not impact the filtering process as directly and therefore would not yield the same level of performance improvement when optimized.