SR-C2539 · Issue 345950
Efficiency tuning for UpdateClipboardModels
Resolved in Pega Version 7.4
When selecting interaction tab (call tab), the openWorkByHandle action was triggering twice, one for interaction work object, and other for service work object, making two calls to the pzUpdateClipboardModels activity. To improve efficiency, modifications have been made to the APIs to avoid sending multiple requests to the update DC data model.
SR-C2539 · Issue 349521
Reduced calls to pzUpdateClipboardModels on interaction tabs
Resolved in Pega Version 7.4
When selecting the interaction tab (call tab), the openWorkByHandle action was triggering the pzUpdateClipboardModels activity twice, once for the interaction work object, and a second time for the service work object. This has been corrected: when selecting the interaction tab for an interaction that has a service case, a single request will be triggered.
SR-C26 · Issue 343916
Removed unneeded save button for delegated data types
Resolved in Pega Version 7.4
When delegated data types were updated, a "Save" button was shown. Clicking on this produced an error in a pop-up. In this case, the lines of the data type were updated automatically and there was no need for the Save button. To avoid the error, a condition has been added to hide the Save button for delegated rules.
SR-C3006 · Issue 344948
Fixed Advanced Agent runtime determinations
Resolved in Pega Version 7.4
While implementing the use case of running an Agent 24 hours apart in only one node in the cluster, using the improved Advanced agent control https://pdn.pega.com/improved-control-running-advanced-agents/improved-control-running-advanced-agents was not working as expected. Intermittently, the agent would not run in any of the nodes in a day, but the very next day it would run on two nodes in the cluster. This was caused by a calculation error in determining the difference between the last run start time and next run start time, and has been fixed.
SR-C3261 · Issue 348477
PRNode enhancement
Resolved in Pega Version 7.4
Changes have been made in PRNode to expose the getSystemName API.
SR-C3261 · Issue 348473
PRNode enhancement
Resolved in Pega Version 7.4
Changes have been made in PRNode to expose the getSystemName API.
SR-C3261 · Issue 348401
Tracer API performance improvements
Resolved in Pega Version 7.4
Performance improvements have been made to Tracer API.
SR-C3261 · Issue 348619
SynchClipboardPage API performance improvements
Resolved in Pega Version 7.4
Performance improvements have been made to the SynchClipboardPage API.
SR-C3261 · Issue 349048
StringUtils.isInteger performance improvements
Resolved in Pega Version 7.4
Performance improvements have been made in StringUtils.isInteger.
SR-C3300 · Issue 347485
Fixed circumstanced section render fail
Resolved in Pega Version 7.4
A circumstanced section was failing during FUA and could not be rendered. This was traced to the FUA encountering duplicate variable declaration in the generated java, and has been fixed by adding scope parentheses to avoid the same variable declaration in the same scope.