SR-A18404 · Issue 235467
New parameter to disable logging of Tidy PDF processing warnings
Resolved in Pega Version 7.2.1
When purge/archive was enabled, the system logs were filling with Tidy warning errors during PDF conversion. To resolve this, the new parameter 'pyShowWarning' has been added to the HTMLTOPDF Activity: set it to 'false' to avoid Tidy processing warnings in logs.
SR-A18464 · Issue 234927
"Grand Total" localized
Resolved in Pega Version 7.2.1
Localization has been added for the pyFieldCaption property "Grand Total" .
SR-A18466 · Issue 235142
Updated getDate function to use UTC
Resolved in Pega Version 7.2.1
Setting the system to the Brazil time zone ("UTC-03:00 Brasilia") with the operator set to Brazil/Acre caused a duplicate day to appear in October of every calendar year when the Microsoft Internet Explorer browser was used. This was traced to a difference in how the getDate function performed on the browser, and that function has now been updated to use getUTCDate() instead of getDate() to ensure cross-browser consistency.
SR-A18481 · Issue 238244
Enabled SLA calculations for drag and drop reassignments
Resolved in Pega Version 7.2.1
SLA was not firing when an assignment was dragged and dropped from a workbasket to a work list and vice versa. This was due to a missing update to the assignment handle for the queue item, and has been fixed.
SR-A18493 · Issue 235336
Cross-browser checks added for disabled checkboxes
Resolved in Pega Version 7.2.1
The Checkbox Caption was not properly not disabled on Microsoft Internet Explorer when the checkbox was disabled due to a missing definition for the parent element. Extra condition have been added to find the disabled value of radiobutton and checkboxes regardless of browser.
SR-A18550 · Issue 234678
Strategy and data flow behavior more consistent
Resolved in Pega Version 7.2.1
Strategy execution via data flow was producing different results depending on how it was executed. This was caused by the use of different types of pages based on the execution method, and the code has been updated to produce more consistent behavior.
SR-A18624 · Issue 239177
Fixed post-upgrade data table conversion to local storage
Resolved in Pega Version 7.2.1
After upgrade, updating a data table into a local storage source generated the error "Cannot change keys for a class with (725) instance(s) ". This occurred when the local variable ?classKeysChanged? is true, which happened during comparison of the Key fields of the step page (classPage) and the primary page (ClassForm) because the order of the keys had changed even though the number of keys were same. The "AddProperties" activity has now been modified to check if there are keys already set in the class and if there are any, then skip resaving the class and exit the activity.
SR-A18656 · Issue 235214
Fixed typo in pyUpdateWorkPartiesBefore
Resolved in Pega Version 7.2.1
Activity pyUpdateWorkPartiesBefore was not functioning\ as expected due to a typo that indicated "Primay" instead of "Primary". This has been corrected.
SR-A18657 · Issue 239739
property-ref mapped table updated during optimization
Resolved in Pega Version 7.2.1
On optimizing any top level property after upgrade, the existing values present in the reference property columns were getting reset. This has been corrected.
SR-A18668 · Issue 235090
UI localization enhanced
Resolved in Pega Version 7.2.1
Extensive localization was added for UI, with particular focus on the handling of work objects.