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.
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?