SR-A10653 · Issue 236942
Fixed NPE in the Connector and Metadata wizard
Resolved in Pega Version 7.2.1
The Connector and Metadata wizard was throwing a NPE in logs due to the inability to resolve a header schema definition during import. To fix this, the system will skip the unresolved header mapping processing and log an error message instead of creating an empty entry.
SR-A10871 · Issue 231166
Extra parameter support added to CreateNewWork
Resolved in Pega Version 7.2.1
Code changes in _navigateGadgetFrame caused issues when calling createNewWork function in a custom control. Support has been added to pass parameters along with flow name to correct this.
SR-A11262 · Issue 229919
Resolved JS exception after editing data-bound grids
Resolved in Pega Version 7.2.1
On expand of row, a 'Rule not found' exception was thrown when a data-bound grid had a row added in the middle and then deleted. This was caused by the improper updating of the ID handles making the grid object look stale, and has been fixed.
SR-A11437 · Issue 225251
Improve page sync and locking to avoid ConcurrentModifiedException
Resolved in Pega Version 7.2.1
There was a possibility that data page could be modified simultaneously and generate a ConcurrentModificationException, for example where a background thread is expanding a page to check messages at the same time a user thread is expanding the page to fire declaratives on read-only data page before marking it read only. This has been resolved by synchronizing access to a data page instance whenever there is an attempt to expand it from boundaries of data pages code.
SR-A11447 · Issue 243018
Importing an archive no longer fails when using DynaTrace
Resolved in Pega Version 7.2.1
Importing an archive was failing when using the third party program DynaTrace. This was due to passivation during the import process, and the system has been modified to prevent this.
SR-A11534 · Issue 227038
ExecuteSLA activity modified to avoid requeue errors
Resolved in Pega Version 7.2.1
When a broken process SLA was requeued, it went back into the broken queue because the underlying problem assignment was never marked as repaired on requeue. When execution of SLA fails, the assignments are marked as problem assignments in ExecuteSLA activity. The ExecuteSLA activity has now been changed to avoid creating a assignment error by instead using Obj-Cancel to roll back the assignment submission so items can be requeued directly from the SMA portal.
SR-A11665 · Issue 229766
Fixed Bulk Process deselecting some sorted items
Resolved in Pega Version 7.2.1
In Internet Explorer using Bulk Processing, after selecting a column to re-order and several individual items resulted in unexpected checkbox results where certain selected items were deselected and not processed. These items could later be processed individually. The logic has been updated to ensure proper checkbox handling with all browsers.
SR-A11690 · Issue 234461
Filtering added for bulk workbaskets
Resolved in Pega Version 7.2.1
Workbasket filtration has been added for bulk actions workbaskets.
SR-A11695 · Issue 229147
EXCEPTION_BLACKOUT time calculation fixed
Resolved in Pega Version 7.2.1
When calculating the time for the EXCEPTION_BLACKOUT period in EmailListener, the dimensions were incorrect due to errors in the sleep time observed when email listener failed to establish connection. This has been fixed.
SR-A11817 · Issue 233321
Skim_Validate rule made available
Resolved in Pega Version 7.2.1
In order to resolve issues with Offer flow rules not being moved after skimming the ruleset, a new version of Skim_Validate was added to Rule-Obj-Flow-Offer, deleting all steps except for the call to Rule-.Skim_Validate. To make this function fully available, Skim_Validate has now been marked as available to allow extending the activity to a rule form.