Question
1
Replies
24
Views
Posted: August 2, 2019
Last activity: August 14, 2019
Enhancement Designer Studio: Class RuleSet in Inheritance view
A nice Designer Studio enhancement is the addition of a Ruleset column in the Inheritance view which shows the ruleset where the inherited class belongs to.
Private edit the activity @baseclass.pzPopulateInheritedClasses and add the two highlighted java lines:
String strRuleSetName = aClassDef.getRuleSetName();
tempPage.putString("pyRuleSetName",strRuleSetName);
Private edit the section @baseclass.pzInheritanceListInner and add the column Ruleset and link it to the property .pyRuleSetName.
Can this enhancement be added to the Pega product?
Thanks for the tip! Glad you posted to the community!