SR-C9013 · Issue 350132
Mobile JSON parsing performance improvements
Resolved in Pega Version 7.4
The mobile sync process was showing high memory utilization during JSON parsing due to the retrieval of each literal creating a new StringBuilder which was not promptly cleaned up. To improve performance, the system will now pass a StringBuilder to the JSONParser for use throughout the parsing process.
SR- · Issue 319555
ResponseObj page cleared after sync
Resolved in Pega Version 7.4
During initial logon after the sync process, the ResponseObj page remained on the clipboard and impacted performance for the offline sync package. Page-Remove of responseObj and reqPage has been added to pzStoreAndForwardProcessItems to fix this.
SR-B11713 · Issue 330837
Completed mobile cases accurately reflected in desktop
Resolved in Pega Version 7.4
When using an offline mobile app to run and complete a flow, the work object on the desktop was not showing a "Completed" status when opened but was instead stuck in one of the previous assignments. This was traced to an issue with the back processing of a case behaving differently in desktop and mobile when looping was present, and has been resolved with modifications to the pega_process_engine.js file.
SR-B67903 · Issue 329428
Fix for Data Transform when Clipboard Page not found.
Resolved in Pega Version 7.4
Logic has been added to correct the scope references of the generated offline-Datatransform-JS when using AppendAndMapTo.
SR-B67903 · Issue 330413
Offline DataTransform generation process improved
Resolved in Pega Version 7.4
in WHEN and OTHERWISE there was code which failed with the error "expressionCode = "pega.process.expression.evaluate(\"" + whenExpression + ""\""
SR-B67903 · Issue 330414
Offline DataTransform generation process improved
Resolved in Pega Version 7.4
in WHEN and OTHERWISE there was code which failed with the error "expressionCode = "pega.process.expression.evaluate(\"" + whenExpression + ""\""
SR-B67903 · Issue 329835
Offline DataTransform generation process improved
Resolved in Pega Version 7.4
in WHEN and OTHERWISE there was code which failed with the error "expressionCode = "pega.process.expression.evaluate(\"" + whenExpression + ""\""
SR-B67903 · Issue 328792
Fix for Data Transform when Clipboard Page not found.
Resolved in Pega Version 7.4
Logic has been added to correct the scope references of the generated offline-Datatransform-JS when using AppendAndMapTo.
SR-B76736 · Issue 328823
Offline localization fixed for field values with trailing spaces
Resolved in Pega Version 7.4
Field values were not localized offline if they contained trailing spaces. These spaces caused the field value lookup to fail, resulting in a JS exception. To handle this, a call has been added to trim the spaces if the field value is a string.
SR-B76736 · Issue 327585
Offline localization fixed for field values with trailing spaces
Resolved in Pega Version 7.4
Field values were not localized offline if they contained trailing spaces. These spaces caused the field value lookup to fail, resulting in a JS exception. To handle this, a call has been added to trim the spaces if the field value is a string.