SR-B88728 · Issue 337054
Currency control check added for iOS
Resolved in Pega Version 7.4
Currency control with 'readonlyformat' enabled was generating markup such as
SR-B89375 · Issue 339299
Activity added to access showDesktop parameters
Resolved in Pega Version 7.4
In mobile, after launching the portal to see a list of assessments assigned to a particular patient ID and then leaving that screen static for 30 minutes or more, reactivating the session and logging in to the parent page with another patient ID re-displayed the previous patient's data. This was due to a successful log off not being triggered combined with the lack of a hook in the showDesktop activity flow to get the new parameters. To fix this, a new available activity "pyrequestorSetupExtension" has been added to access parameters passed to showDesktop activity.
SR-B92957 · Issue 340583
Address map loads correctly on mobile app
Resolved in Pega Version 7.4
The address map was not loading on a mobile device even if the device was connected to a network. This was due to the App ID not being included in the script properly during generation due to recent templating changes, and has been fixed.
SR-B95564 · Issue 346568
Mobile Pulse issues corrected
Resolved in Pega Version 7.4
Issues with posting Pulse messages in Pega Mobile express have been fixed, and Pulse subtabs are now displayed for all WOs.
SR-B95564 · Issue 344053
Mobile Pulse issues corrected
Resolved in Pega Version 7.4
Issues with posting Pulse messages in Pega Mobile express have been fixed, and Pulse subtabs are now displayed for all WOs.
SR-B95564 · Issue 349602
Mobile Pulse issues corrected
Resolved in Pega Version 7.4
Issues with posting Pulse messages in Pega Mobile express have been fixed, and Pulse subtabs are now displayed for all WOs.
SR-C10117 · Issue 352106
Mobile performance improvements related to SIIP key delta syncs
Resolved in Pega Version 7.4
Mobile performance was slowed by unnecessary SIIP key delta-syncs. To improve performance, engine changes have been made to send empty SIIP for rules which don't change during delta sync, and the pzStartSynchronization service was modified to skip objects with empty SIIP keys.
SR-C4719 · Issue 352484
Nested DT condition expression evaluation fixed on iOS
Resolved in Pega Version 7.4
When' conditions were evaluated incorrectly in data transforms on iOS mobile when nested in 'Update Page' blocks. Running a property update Offline on mobile generated console logs which indicated the wrong context was being evaluated. The evaluation of nested pages has been updated to resolve this issue.
SR-C5088 · Issue 347300
ReqPage deleted after each SYNC
Resolved in Pega Version 7.4
Analysis of clipboard use for requestors during/after sync transactions showed that a few larger data pages remained after each sync. In order to improve performance, ReqPage will be removed after delta sync.
SR-C5089 · Issue 347301
PackageRequest page deleted after each SYNC
Resolved in Pega Version 7.4
Analysis of clipboard use for requestors during/after sync transactions showed that a few larger data pages remained after each sync. In order to improve performance, the PackageRequest page will be removed at the end of the pzGetAndStreamPackage activity.