SR-A13044 · Issue 226206
insHandle updated to resolve PrintWork OOM error
Resolved in Pega Version 7.2
When PrintWork activity was called with an empty insHandle, the activity tried to fetch all the attachments with pxInsHandle as null, causing an out of memory error. To avoid this, a check has been added to skip fetching attachments if the inshandle is blank.
SR-A10040 · Issue 219561
Section refresh added to Integrator shape
Resolved in Pega Version 7.2
The Integrator shape in Data class was not showing parameters in the properties screen. A section refresh has been added to "pzIntegratorTab" that will be triggered upon selection of the rule in the integrator
SR-A10040 · Issue 219304
Section refresh added to Integrator shape
Resolved in Pega Version 7.2
The Integrator shape in Data class was not showing parameters in the properties screen. A section refresh has been added to "pzIntegratorTab" that will be triggered upon selection of the rule in the integrator
SR-A12450 · Issue 223679
Trailing line removed from breadcrumb
Resolved in Pega Version 7.2
When creating a work item, the breadcrumb showed a trailing line when it displayed "Review and Confirm". This was an issue with a page change class in middle of a screenflow, and has been fixed.
SR-A12537 · Issue 224734
Optimistic locking honors OfflineEnabled function
Resolved in Pega Version 7.2
After upgrade, if a top level case type rule was checked out through the Case Explorer by opening the Case Designer and then changing the locking mode to Optimistic, the value reset back to Default after check-in. This was an issue with the pyOfflineEnabled setting being honored, and has been corrected.
SR-A13730 · Issue 226426
Localization added to pyWaitLabel and pyInstructions
Resolved in Pega Version 7.2
The Rule-Obj-Activity Dependency of class 'Work-' was creating pyWaitLabel and pyInstructions which were not localized. This has been fixed.
SR-A6996 · Issue 215315
Localization added to pyWaitLabel and pyInstructions
Resolved in Pega Version 7.2
The Rule-Obj-Activity Dependency of class 'Work-' was creating pyWaitLabel and pyInstructions which were not localized. This has been fixed.
SR-129197 · Issue 197995
Fixed Silverlight "Create Word Document" error
Resolved in Pega Version 7.2.1
A Silverlight issue appeared while using "Create word document". The older flow action CreateMergedWordDoc was running on the Current Page Context and had a reference to the Word Template used in the PegaSample application. To resolve this, the new Flow Action 'pyCreateWordDocumentCMGallery' has been created. This runs on the pyFlowActionTestPage page and uses the new Word Template pyCMTemplate which has limited set of related properties.
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.