SR-A7750 · Issue 220071
Decision Tree Rule Form shows custom actions
Resolved in Pega Version 7.2
In some installations, values configured in the "Take Actions" or "Actions" dialog were not visible even though they had been configured. The values could be seen in the rule XML and the rules worked as expected. This was traced to the configuration using a custom Function "AddActionRecord" Alias, and a new step has been added to make such values visible.
SR-A8731 · Issue 219767
"@if()" expression allowed in Otherwise clause
Resolved in Pega Version 7.2
Changes to the TakeAction right hand side were not taking effect when using @if() in the decision tree 'otherwise' clause. The parsing logic has been updated to allow this.
SR-A6680 · Issue 215648
Delegated rules form displays in old manager portal
Resolved in Pega Version 7.2
The rule form was not displaying when a manager tried to open the delegated rule from the My Delegated Rules section if the rules were not currently supported under the new delegation model and an old manager portal was being used for access. To resolve this, a new 'when' condition has been added to skip the activity "pzGetDelegationDetails" call in this scenario.
SR-A10768 · Issue 224245
Delegated rules open from portal favorites
Resolved in Pega Version 7.2
After upgrade, a custom portal containing favorite rules (similar to the previously available "MyRules" in the operator menu) was not able to open the rules due to changes in the 'when' rules visibility conditions of the rules delegation feature for dynamic layouts. To resolve this, the system now contains the new 'when' rule "@baseclass.pyDelegateHeader" to be used in conjunction with the 'when' rule for the visibility condition in dynamic layout 1 2 and 3 in the "@baseclass.pzRuleFormKeysAndDescription" section.
SR-A13028 · Issue 229030
History snapshots include upgrade information
Resolved in Pega Version 7.2
After migration, snapshots of a rule's history showed without any preconditions and transitions. Expanding the When/Jump portions of a step and selecting "Enable conditions" would display the rules that were there. This was an issue with UpgradeonOpen activity not being called when opening a snapshot, and a conditional call to UpgradeonOpen activity from DisplayOldVersion has been added to set the correct properties and display the ruleform in the correct state.
SR-A6369 · Issue 214289
Excel Macro for Decision Tables and Map Values certificates updated
Resolved in Pega Version 7.2
The digital signature associated with Macros of Declare table and Map value rule for Excel have been resigned with latest certificates to extend the expiry date. The respective rules(Excel Template rules) are 1) Rule-Obj-MapValue ? Edit Default 2) Rule-Declare-DecisionTable ? Edit Default
SR-A2578 · Issue 216798
Edit in Excel updated for Microsoft Internet Explorer 11
Resolved in Pega Version 7.2
When using Microsoft Internet Explorer 11, clicking on the "edit in Excel" feature of a decision table rule form allowed the editing but then did not pass on the changes from Excel to back to the rule form. This was a browser version issue: previous versions of Microsoft Internet Explorer did not require explicit event listeners for openauthoring, but Microsoft Internet Explorer 11 made them mandatory. The listeners have now been added for use with Microsoft Internet Explorer 11.
SR-A1140 · Issue 215419
Edit in Excel updated for Microsoft Internet Explorer 11
Resolved in Pega Version 7.2
When using Microsoft Internet Explorer 11, clicking on the "edit in Excel" feature of a decision table rule form allowed the editing but then did not pass on the changes from Excel to back to the rule form. This was a browser version issue: previous versions of Microsoft Internet Explorer did not require explicit event listeners for openauthoring, but Microsoft Internet Explorer 11 made them mandatory. The listeners have now been added for use with Microsoft Internet Explorer 11.
SR-A7948 · Issue 219750
Edit in Excel updated for Microsoft Internet Explorer 11
Resolved in Pega Version 7.2
When using Microsoft Internet Explorer 11, clicking on the "edit in Excel" feature of a decision table rule form allowed the editing but then did not pass on the changes from Excel to back to the rule form. This was a browser version issue: previous versions of Microsoft Internet Explorer did not require explicit event listeners for openauthoring, but Microsoft Internet Explorer 11 made them mandatory. The listeners have now been added for use with Microsoft Internet Explorer 11.
SR-A7205 · Issue 218612
Rule history included in save-as
Resolved in Pega Version 7.2
After upgrade, using "save as" on a rule from a particular version was not maintaining the rule history correctly. Information was not included about the version from which it was being saved (previous version and ruleset, but did display the check-in comments. This was traced to an error with passing the History Memo as parameter when calling the SaveAs activity, and has been fixed.