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 note: beginning with the Pega Platform 8.7.4 Patch, the Resolved Issues have moved to the Support Center.

SR-C29885 · Issue 370756

pxMatchScore handling modified to run with UDFs disabled

Resolved in Pega Version 8.1

An activity was created to check for duplicates using "SeekCases" as part of process for the identifying them. This activity internally evaluates the case match rule to calculate the match score and runs a report definition that populates the duplicates. However, if UDFs were disabled in the environment, pxMatchScore was used internally and threw an error during the case match rule execution because pxMatchScore property was reading from the blob column. The resolve this, the setting of the pxMatchScore filter condition for the virtual RD in the pyDuplicateSearchCases has been removed from the activity and pxMatchScore will be set in the FUA instead.

SR-C29964 · Issue 369856

Null check added for cpFilter

Resolved in Pega Version 8.1

a Null Pointer Exception error involving pxRetrieveReportData activity has been corrected by adding a null check for cpFilter.

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.

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