Support Article
Filter conditions are not picked up
SA-78671
Summary
Filter conditions are not picked up for the pyInstancelist report definition.
Error Messages
Not Applicable
Steps to Reproduce
- Open the pyInstancelist report definition for a class in the Application Explorer
- Add the filter condition to the report definition with a condition as 'equal to' some value
- Click the class to open the list of instances, in the Application Explorer. Filter condition is not applied and all the records are applied
Root Cause
This behavior is as per the Pega product design. The filters are removed from the pyInstanceList report definition.
Resolution
Perform the following local-change:
- Use the out-of-the-box '@baseclass ! pyPopulateInstanceListFilters' extension activity to customize the filters of a specific class
- Perform a Save as for the activity on the application ruleset to the required applies to class ( Example, Data-Admin-OperatorID)
- Include the filtering logic in a Java step
Published May 1, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.