SR-A86964 · Issue 256956
Corrected date value created by ShowConflicts
Resolved in Pega Version 7.2.2
An invalid format date value was being created by the "pzShowConflicts" activity, causing problems when trying to submit an assignment updated by another agent. This has been fixed by setting the value with the PRDateFormat.DEFAULT_DATETIME_MEDIUM format instead of DD-MM-YYYY.
SR-A82879 · Issue 254116
FilterHistory WRITE_NONE correctly stops all audits
Resolved in Pega Version 7.2.2
Changing the system settings rule "FilterHistory" from WRITE_SOME to WRITE_NONE was still running an audit when the stage changed instead of completely stopping all auditing. This was due to an RUF call to ADDHISTORY without checking the DSS, and a check has been added to fix this.
SR-A87755 · Issue 256118
Fixed Dynamic Class Reference use for the workbasket name in Wait shape
Resolved in Pega Version 7.2.2
Error "Unable to open assigned's Data-Admin-WorkBasket record" was thrown when using a Dynamic Class Reference to refer the workbasket name in Wait shape. This was traced to the Workbasket in the Wait shape being quoted, leading to the property reference not being honored The quoting of the workbasket has been removed in the pzAfterWait.
SR-A25429 · Issue 252126
Count corrected for @getMessagesCount
Resolved in Pega Version 7.2.2
Flawed logic in the out-of-the-box activity restoreAssignment exposed a flaw in @getMessagesCount where the API used to copy error messages returned a string which is concatenation of all messages with \n delimiter, resulting in the count always being one. This has been corrected.
SR-A92563 · Issue 261301
removeDuplicatesFromList modified to remove duplicate rules based on resolution
Resolved in Pega Version 7.2.2
In DB2 zOS, the flow actions are retrieved in random order. Because of this, FixCorr was sometimes picked from Pega-ProcessEngine and sometimes picked from other rulesets such as Pega-IntegrationEngine. Since removeDuplicateFromList returns the flowaction which was last in the result set, inconsistent results were seen. There was a workaround to check the 'Disqualify this action from bulk processing' checkbox in Work-FixCorr in Pega-IntegrationEngine and Pega-Procom ruleset, but this has been resolved with an enhancement that modified removeDuplicatesFromList to remove duplicate rules based on rule resolution.
SR-A23564 · Issue 251378
pzGetAllCoveredAttachments activity tuned for better system performance
Resolved in Pega Version 7.2.2
In order to improve system performance, the pzGetAllCoveredAttachments activity has been modified to limit the scope of its SQL query to only open the cover and fetch the covered items instead of calling the generalized pzGetChildKeys function.
SR-A94678 · Issue 262223
pzGetAllCoveredAttachments activity tuned for better system performance
Resolved in Pega Version 7.2.2
In order to improve system performance, the pzGetAllCoveredAttachments activity has been modified to limit the scope of its SQL query to only open the cover and fetch the covered items instead of calling the generalized pzGetChildKeys function.
SR-A88489 · Issue 257325
Additional localization for Case Management
Resolved in Pega Version 7.2.2
Localization has been added to the text 'Simple Case' under case narrative and to values displayed under the column 'Performed by' sections in Caser Management.
SR-A92126 · Issue 261816
Bulk Action transfers all selected records
Resolved in Pega Version 7.2.2
Not all of the selected cases were being transferred when using the Bulk Actions functionality to transfer. This was due to the pySelected values to not being updated in the clipboard. To resolve this, a Refresh other section has been added to Select Action in pzBulkProcessingActionSection to update the value when clicked.
SR-A87755 · Issue 256079
Fixed Dynamic Class Reference use for the workbasket name in Wait shape
Resolved in Pega Version 7.2.2
The error "Unable to open assigned's Data-Admin-WorkBasket record" was thrown when using a Dynamic Class Reference to refer the workbasket name in Wait shape. This was traced to the Workbasket in the Wait shape being quoted, leading to the property reference not being honored. The quoting of the workbasket has been removed in the pzAfterWait.