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-C30037 · Issue 373310

Currency codes updated

Resolved in Pega Version 8.1

Currencycodes.xml has been updated to reflect the latest changes as per the following document:https://www.currency-iso.org/dam/isocy/downloads/dl_currency_iso_amendment_165.pdf

SR-C30049 · Issue 373668

JAWS properly reads icon column in expand pane

Resolved in Pega Version 8.1

When a grid is configured with Expandable rows master detail, with an icon for the "expand / collapse" icon per row, a column is reserved for the icon. However, when using JAWS table shortcuts, the column header reserved for the icon was read out as blank. This was due to the expand pane header not having the required aria attributes, and these have been added in the GenerateGridHTML function.

SR-C30268 · Issue 370456

Swapped directory find logic for command line prpcUtils

Resolved in Pega Version 8.1

When prpcUtils.sh was invoked using a 'sh' command, such as "sh prpcUtils.sh import",the script execution failed with the error "mkdir: cannot create directory ‘prpcUtils.sh’: Not a directory" and "Build failed, Ant Process returned a non 0 value". This was traced to the script using parameter expansion to find the directory where the script resides, but the expansions were not working as expected when the command was executed in a new shell (sh <command>). To correct this, the script will use the 'dirname' command to find the full path to the directory.

SR-C30344 · Issue 372318

Activity pzCreatePage correctly uses parameter dataTransform

Resolved in Pega Version 8.1

When trying to use the out-of-the-box activity pzCreatePage to create a new page using Run Activity action on click of a button, the page was getting created but the data transform (pyDefault) that was passed as a parameter was not getting applied. This is because the Page-New step in that activity does not use the parameter dataTransform: due to development error, an extra parameter was added that wasn't supported. This extraneous parameter has bene removed, and the page-new method in pzCreatePage is now using the dataTransform parameter.

SR-C30347 · Issue 371804

GridFilterRangeFields increased to allow date ranges of +/- 100 years

Resolved in Pega Version 8.1

Previously, the date filter of columns in tables/grids only allowed navigation for date ranges of +/- 10 years by default. In order to allow more flexibility, the range set in the pzGridFilterRangeFields Section has been increased to support values +/- 100 years.

SR-C30554 · Issue 370552

Template switch added to Case Worker Portal for PDF generation

Resolved in Pega Version 8.1

PDF generation was not working in the Case Worker portal due to the template mode defaulting to always ON. Since this must be OFF when the PDF flow is present, a new 'ignoreTemplatization' parameter has been added to the HarnessUIBuilder.java class. This parameter must be passed from the flow and be combined with a call to pzSetUITemplateStatus after setting that flag.

SR-C30637 · Issue 370285

Push notifications working for Pega Mobile Client 7.40.2

Resolved in Pega Version 8.1

After upgrade, push notification were not working on Android and the error "You lack access required to execute @baseclass.pyRegisterPushNotificationsTokenAndCategories" appeared. This was traced to Pega Mobile Client (7.40.2 version) triggering requests with token registration when push notifications are disabled ( i.e.. senderID in Android is not set and push notifications are not enabled in provision profile in iOS). To resolve this, a check has been added for senderID value in NotificationsActivityPlugin.java in onEvent(AccountManagerEvent.OnOpen event) method, and the request will be triggered only when senderID is specified.

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-C30735 · Issue 370443

Added null check for CurrentAssignmentPage

Resolved in Pega Version 8.1

If a CurrentAssignmentPage was null on the first OpenAssignmentAction, the application would constantly spin. This has been fixed by properly initializing the currentAssignmentPage in the onHaveAssignment method instead of onHaveWorkObject of openAssignmentAction and by adding a null check to evaluate whether the object is needed and should be reinitialized.

SR-C30771 · Issue 373256

Bulk process filtering on caseID fixed

Resolved in Pega Version 8.1

The filter on Case ID in the Bulk Process Filter was not working after upgrade. This was caused by the on change not getting triggered on pyID field, resulting in the search not refreshing that field after adding the case id filter. This has now been updated to generate actions correctly.

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