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-A88818 · Issue 261452

New pzPreMergeSave activity Rule-File- for multiple node propagation

Resolved in Pega Version 7.2.2

After merging rules of type Rule-File-Text across four nodes, there was a delay in the changes being reflected on the other nodes. The issue was caused by a simple save of Rule-File-Text not propagating pulseChange directly, and has been fixed by creating a new pzPreMergeSave activity Rule-File- to handle this merge.

SR-A87492 · Issue 256199

Strip "()" from Page name for Loop and Parameters for post-upgrade compatibility

Resolved in Pega Version 7.2.2

After upgrade, a change in system behavior with RUF Utilities.findClassOfPageReference returned the incorrect class name for pages that contained the string "()". For example, existing pages and classes has the entry TestPage.pxResults(), but the system is looking for an input page named TestPage.pxResults, and the startsWith check failed. To resolve this, the code has been updated with added logic in findClassOfPageReference to remove the empty () if it is present at the end of page and classes entry.

SR-A93033 · Issue 260830

Better visibility for preconditions after upgrade

Resolved in Pega Version 7.2.2

After upgrade, all preconditions (e.g.. WHEN rule) in Collection rules appeared to be missing. Though pyPreconditionWhen was populated, pzShowPrecondition was not set for a collection that was imported from v6.2 and did not display. To resolve this and create better backwards compatibility, pzShowPrecondition will be set to true/false based on whether pyPreconditionWhen is blank or not. This will be set in openDefaults activity for Rule-Declare-Collection .

SR-A98193 · Issue 266453

Black listed properties properly excluded from compare results

Resolved in Pega Version 7.2.2

After upgrade, properties that were included in the black list were showing up in the compare results. This was an error in determining which declaratives would be disabled when calling the applyIgnoreMap method directly, and has been fixed by removing declarative enabling / disabling from applyIgnoreMap, and moving them into the code for PageCompare.

SR-A77163 · Issue 252819

Associated rules locking fixed for PFM offer flow

Resolved in Pega Version 7.2.2

After using the "Release lock" option in the action menu for a flow (or offer rule from the Pega Field Marketing application), it was not possible to check-out the flow or offer and an error message appeared indicating another user had the record checked out even when that user did not see it in their own checkouts. This was traced to the "Release lock" feature not appropriately releasing locks on the associated rules, in this case, the binary that is generated in the background for the flow or offer. It was possible to work around this by opening the binary using the "Open stored flow image" option and then selecting "Release lock" in order to release the lock on the image, but the locking has now been corrected.

SR-A99969 · Issue 266109

Ruleset listing works without enabling UDFs

Resolved in Pega Version 7.2.2

All core Designer Studio features and Pega frameworks / applications are supposed to work without dependency on pr_read* UDFs, but an issue was found with attempting to list rulesets without enabling UDFs. This was due to the Designer Studio features used to list instances of a rule class performing behind the scenes filtering to exclude rules with pyMethodStatus = Internal pr Deprecated. Listing members of rule-ruleset-name then failed as this class does not have an exposed property pyMethodStatus. To fix this issue, a check has been added to decide if the rule type is rule resolved or not. If the rule is resolved, then there will be a check for pyMethodStatus exposed or not. If pyMethodStatus is not exposed, then it will fallback to old list view. In addition, a check was added to not to add filter conditions on pyMethodStatus for non-rule resolved rule types. The only exception to this is Rule-Utility-Library, i.e. even though library ruleform is non rule resolved, pyMethodStatus filter will be added.

SR-A100443 · Issue 266643

XSS filter added for Profile Full Name field

Resolved in Pega Version 7.2.2

An XSS filter was missing in the control PZWARNINGJUSTIFIEDOPERATORNAME. This has been fixed.

SR-A97999 · Issue 264513

Decision tree handles special characters in the property label

Resolved in Pega Version 7.2.2

Attempting to open a Decision Tree with special characters in the property label generated an exception. This was due to the property label code not properly handling characters such as $ and \ and has been fixed by using the Matcher.quoteReplacement function Instead of directly using the string in replaceAll.

SR-A91902 · Issue 260915

OrgChartShow logic updated

Resolved in Pega Version 7.2.2

Attempting to update the organization unit for an operator resulted in the error "The flow action pre-processing activity OrgChartShow failed". To resolve this, the logic for Data-Admin-.OrgChartShow activity, pyOrganizations (a page-list property to hold the tree structure of the organization) has been updated.

SR-A98319 · Issue 266117

All key value data supported for field mapping

Resolved in Pega Version 7.2.2

If a data type was configured with local storage where all the columns are keys, the validation error "Must specify a target for at least one source field that isn't a record identifier" occurred when attempting to import data. Previously, pzValidateUpdateFieldMappings expected at least one non-key field in data type configuration and did not consider the condition of having all fields be keys of the data type defined. To support this configuration, the function has been updated to find the count of properties which are keys and which are not and use a 'when' rule pass for the above scenario.

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