Skip to main content

Resolved Issues

View the resolved issues for a specific Platform release.

Go to download resolved issues by patch release.

Browse release notes for a selected Pega Version.

NOTE: Enter just the Case ID number (SR or INC) in order to find the associated Support Request.

Please update your bookmarks. This site will be discontinued in Dec 2024.

Pega Platform Resolved Issues for 8.1 and newer are now available on the Support Center.

SR-B2949 · Issue 272615

Property validation message does not include property ID and rule name

Resolved in Pega Version 7.2.2

The property ID and rule names were being displayed in inline error messages due to them not being generally localized. This has been resolved by adding Field values to replace the static string used to show error messages for all the components and updating the error message generation in all the functions.

SR-B30416 · Issue 292621

Removed extraneous showerrors check from onfocusinlistener

Resolved in Pega Version 7.3

After configuring a Grid item with validation rules, adding multiple records to the grid and clicking on submit without providing the values on the required fields as expected resulted in all of the error messages based on the configuration showing. An unneeded check to showerrors as part of the onfocusinlistener function has been removed to resolve this.

SR-B4047 · Issue 276127

Fixed intermittent drag and drop failure in List to List with IE

Resolved in Pega Version 7.3

After double-clicking an item in Internet Explorer to move it from left to right in 'List to List' control, the drag and drop functionality intermittently stopped working. This was due to the listeners being removed after double clicking or scrolling and again clicking, and code has been added to reattach the event listeners.

SR-B5678 · Issue 277570

Fixed out of bounds issue for deleting nested grid row

Resolved in Pega Version 7.3

An IndexOutOfBoundsException was generated when trying to delete a row in a nested grid. This was due to an incorrect base_ref being generated by the tools.getActive function for the second cell because the first cell also had a grid. To fix the issue, the cell generation has been changed to use tools.getStepPage instead.

SR-B93133 · Issue 345828

Fixed unexpected scroll down in UI

Resolved in Pega Version 7.4

The expand button on a tree was not working the first time, but the focus was shifted to the bottom of the screen and caused scrolling. This was caused by the highlight field function attempting to scroll the focusable element into view, and has been addressed by introducing a new API scrollIntoViewIfNeeded() which invokes scrollIntoView() only when the element is not in the current view.

SR-C30659 · Issue 373032

Excel values will not be rounded upon case import

Resolved in Pega Version 8.1

When an Excel file was imported into a case using the MSOParseExcelFile activity, values from cells with formulas were being rounded off when parsed. This was due to a defect in the out-of-the-box function DCOXLParseSheetDoc which rounded off the value if a formula was present, and this rounding action has been removed.

SR-D14521 · Issue 486529

Added support for sorting by field value instead of localized value

Resolved in Pega Version 8.3

In a datapage-sourced dropdown with 'group by functionality' enabled in ascending order, the values were being sorted according to their localized value and not their field value. This was a difference between templatized and non-templatized handling, and has been resolved by adding the ability to sort the group label by field value in the templatized UI.

SR-D49507 · Issue 521413

Support added for Oneof/AllOf association prefix in ABAC policies

Resolved in Pega Version 8.4

The Report browser was freezing when attempting to save a report with an association rule where ABAC policies prevented access to one of the classes in the association. This has been resolved by updating the system to append the correct prefix in cases where the ABAC rule has Oneof/Allof Functions so the association is resolved correctly.

SR-D25012 · Issue 499854

Column filtering updated to better handle merged columns

Resolved in Pega Version 8.4

When filters were applied to a grid containing merged columns, the columns next to the merged columns did not have the filter class applied. This was traced to a calculation of the index in getFilteredColumnIndex function which did not consider the merge columns use case, and the uigrid js file has been updated to correct this issue.

SR-D14521 · Issue 486530

Added support for sorting by field value instead of localized value

Resolved in Pega Version 8.1.6

In a datapage-sourced dropdown with 'group by functionality' enabled in ascending order, the values were being sorted according to their localized value and not their field value. This was a difference between templatized and non-templatized handling, and has been resolved by adding the ability to sort the group label by field value in the templatized UI.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us