Discussion
Aaseya IT Services
Aaseya IT Services
SA
Aaseya IT Services
Posted: Mar 15, 2022
Last activity: Mar 15, 2022
Last activity: 15 Mar 2022 7:50 EDT
To Get the Ruleset Count by Activity and ImportToExcel in Application
To Get the Ruleset Count by Activity and ImportToExcel in Application. This solution is useful for :
- Check the Rule sync with other environments and
- To compare the rules in one environment with another environment in Excel.
I have implemented this by using modifying steps in "OpenUIDefaults” Activity in “Rule-RuleSet-Name” class.
- Loop the RuleSetVersionsList.pxResults and use Page-Remove method and remove some of the pages from it (mentioned in the doc). Import to Excel should contain only Plain Pagelist, so removing embedded pages from list.
- Call @baseclass.pxConvertResultsToCSV by passing the neccessary parameters.
To understand complete steps, please check my document attached below.
Happy Learning....