Question
4
Replies
2669
Views
Cognizant Technology Solutions
Posted: June 23, 2016
Last activity: June 23, 2016
Closed
Way to find unused rules in PEGA 7.x?
Is there any way available to find unused rules in Pega 7.1.6? Unused rules means that they are not executed at all for running the application.
I don't know of any specific way to determine this, but here are some ideas.
First, determine whether your needs are to know that rule X is used by the application because menu item M uses it, or whether your needs are to know that rule X was ACTUALLY used, from which you would infer that menu item M was actually chosen.
For the first of those two choices, you'd want something that analyzes your rule references, and for the second, you want something that marks that a rule has actually been used.
SMA can help you with the second one, because some of the various vtable and caching screens only contain rules that have actually been used.
/Eric