SR-A14887 · Issue 230375
Support added for MSSQL datatype MONEY
Resolved in Pega Version 7.2.1
After upgrade, generating report definitions failed if the DB contained tables with columns that used the MSSQL-specific type MONEY, generating the error "No enum const class com.pega.pegarules.data.external.rd.constants.ColumnType.MONEY". Support has now been added for this datatype.
SR-A14890 · Issue 230875
Tab title XSS decoding updated
Resolved in Pega Version 7.2.1
Tab titles were not correctly decoding the "(" and ")" characters in the caseID for display due to the XSS handling. This has been updated.
SR-A14892 · Issue 234201
Consistent Indexing initialization
Resolved in Pega Version 7.2.1
The first node in the cluster that was started was getting stuck at "Initializing Search Infrastructure." Elastic search was causing WAS7 to fail on startup due to the instances of indexerAgents (FTSindexerAgent, SystemIndexeragent) only being initialized in distributed mode, and an NPE was generated in non-distributed mode. This has been resolved by setting the indexerAgent instances to always initialize irrespective of the DASS indexing/distributed.
SR-A14917 · Issue 230745
Improved repeat grid filtering performance for Microsoft Internet Explorer
Resolved in Pega Version 7.2.1
Using Microsoft Internet Explorer, a repeat grid with source as report definition was taking 30 seconds to show filter options, and canceling the column filter results could take over 90 seconds. The functions have been tuned with updated jQuery code to resolve the issue.
SR-A14990 · Issue 230019
pyIsAccessible property defaults to false for AG unless checked
Resolved in Pega Version 7.2.1
The pyIsAccessible property was not being set by default for new access groups. This will now be set to false if the "Enable accessibility add-on" is not checked in pyDefault data transform (Applies to Data-Admin-Operator-AccessGroup).
SR-A15013 · Issue 233710
Localization added to AddCoveredWork InsAudit
Resolved in Pega Version 7.2.1
Localization has been added to param.InsAudit in the Pega Final activity AddCoveredWork.
SR-A15083 · Issue 237798
Cursor leak issue resolved
Resolved in Pega Version 7.2.1
Cursor leaks were observed in the LockManagerImpl code, resulting in the error "Maximum number of open cursors exceeded". This has been resolved.
SR-A15093 · Issue 231322
Activity preview includes preconditions, transitions
Resolved in Pega Version 7.2.1
The "Preview" of an activity (Actions dropdown | Preview) did not include preconditions, transitions information. In order to ease reviewing code changes between versions, these will now be included in the preview rule.
SR-A15105 · Issue 230713
Performance improvements for "Check out to Branch"
Resolved in Pega Version 7.2.1
The "Check out to Branch" operation was very slow in installations with very large ruleset lists. Performance has been improved by removing unnecessary calls to the GetAppRulesets activity.
SR-A15288 · Issue 230371
Correct external portal rendering for "Where am I"
Resolved in Pega Version 7.2.1
The "Where am I" process flow diagram was not displayed using external portals. This issue occurred when the iframe and the parent frame had different origins, which prevented Viewer Data registering correctly. The system will now detect whether the parent frame has the same origin as iframe, then choose correct parent context to register Viewer Data.