SR-A1948 · Issue 210407
Enhancement added to Edit in Excel for large data instances
Resolved in Pega Version 7.2
Edit in Excel was failing with an error when editing data instances of a class having more than 245 columns mapped to its external mapping tab. In Excel 2003, The maximum number of columns is A to IV (i.e. 256 columns), so when the number of columns exceeds 256 (including "Import status", pzInskey, PxInsname), macros were designed to throw an error to be consistent with various versions of MS office. As Excel 2007 allows more than 256 columns, a new XLSX user template has been introduced to leverage that ability. A new node "pyGenericXLSXTemplateName" has been added to "ImportManager_Settings" for this purpose.
SR-A4549 · Issue 213015
Fixed browser display issues for AttachContent
Resolved in Pega Version 7.2
Google Chrome and Microsoft Internet Explorer were improperly displaying pages using the out-of-the-box pxAttachContent control. In Microsoft Internet Explorer, the select files button text is off of the side of the button and there was no button animation when pressing the button. In Google Chrome, the "Select Files" button text was off of the button, there was no 'hover hand' indicating the button was clickable, and attaching a file caused the window to stretch. The code has been modified to update the style wrappers, and these display problems are now resolved.
SR-A4549 · Issue 215159
Fixed browser display issues for AttachContent
Resolved in Pega Version 7.2
Google Chrome and Microsoft Internet Explorer were improperly displaying pages using the out-of-the-box pxAttachContent control. In Microsoft Internet Explorer, the select files button text is off of the side of the button and there was no button animation when pressing the button. In Google Chrome, the "Select Files" button text was off of the button, there was no 'hover hand' indicating the button was clickable, and attaching a file caused the window to stretch. The code has been modified to update the style wrappers, and these display problems are now resolved.
SR-A7034 · Issue 216499
Microsoft Internet Explorer11 screen shot error resolved
Resolved in Pega Version 7.2
The Microsoft Internet Explorer 11 browser does not support the 'all' property, causing a compatibility issue in the script code for capturing screenshot window details. This has been resolved by replacing the 'document.all' and 'element.all' calls with 'document.getElementById', which is compatible with all browsers.
SR-A7828 · Issue 216728
Localization added for pyCaption in "CascadingGetApproval"
Resolved in Pega Version 7.2
The out-of-the-box flow "pyCascadingGetApproval" was not localizing the pyInstruction property reference which is displayed in the review harness and action header. Localization has now been added for the field label pyCaption.
SR-A2750 · Issue 211790
Made custom ruleset versions available when saving custom rule types
Resolved in Pega Version 7.2
When trying to save certain rules, users were getting a limited number of rulesets even though there were unlocked versions. Specifically, this issue occurred for custom rule types. The rulesets available were not the same as when non-custom rule types were utilized. This has been resolved by adding the class of custom rule type for required rulesets so that all required rulesets will appear in the dropdown.
SR-A5634 · Issue 214504
Manager Portal maintains clipboard Application Page
Resolved in Pega Version 7.2
The Application Page on the clipboard was being removed when the Manager Portal was launched, causing any function references to the application page to not be properly executed. This was traced to an activity that was calling an outdated bulk processing harness, and that activity has been updated to use the proper current version.
SR-A6880 · Issue 217952
Mobile browser change to handle double-click event configs
Resolved in Pega Version 7.2
A Work Object mapped to calendar was not opening when single clicked or double clicked using the Safari browser on an iPad. This was a problem with double-click being configured on the event, which does not work on a mobile browser. This has been fixed by adding a smart prompt to the mouse-over for desktop versions, and a configuration change that allows a single click / tap to open the work object on all types of devices.
SR-A6880 · Issue 217953
Mobile browser change to handle double-click event configs
Resolved in Pega Version 7.2
A Work Object mapped to calendar was not opening when single clicked or double clicked using the Safari browser on an iPad. This was a problem with double-click being configured on the event, which does not work on a mobile browser. This has been fixed by adding a smart prompt to the mouse-over for desktop versions, and a configuration change that allows a single click / tap to open the work object on all types of devices.
SR-A6315 · Issue 215955
Parameters passed correctly by Data Transforms called on a Connector
Resolved in Pega Version 7.2
Data Transforms called on a Connector rule of a flow in Data- or Int- classes (other than work classes) set on the design tab were not passing parameters even when input parameters were defined in the data transform. This was caused by an error where the classname was not being taken from pyClassName and passed to the section pzRuleCallParams, and has been corrected.