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-A10532 · Issue 226036
iOS8 Mobile Autocomplete design reworked for better display
Resolved in Pega Version 7.2.1
When new auto-complete was used in an iPhone/iPad device running on iOS8 in landscape mode, the display moved to the top and the auto complete field was not visible. This was an issue with the window handling, and the Mobile Autocomplete design has changed in 7.2. to resolve this and other related landscape display issues.
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-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-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.
SR-A12114 · Issue 227211
Customization added to conflict dialogue
Resolved in Pega Version 7.2.1
An enhancement has been added to conflictDialogTextTemplate to allow customization.
SR-A12209 · Issue 230428
Updated Module Indexing to avoid duplicates
Resolved in Pega Version 7.2.1
Module indexing was not unique, potentially creating a problem with the Module Group where the same index could be created for two different document. This has been resolved by changing showDocument to use the thread id to build the module id so that it will be consistent and unique.