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.
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.
SR-C5479 · Issue 352671
AddressMap places marker
Resolved in Pega Version 7.4
The marker was not showing in mobile when pxAddressMap was configured on a Dynamic layout with collapsible configuration. This was traced to the address map loading within a hidden div, and has been fixed.
SR-C5479 · Issue 349418
AddressMap places marker
Resolved in Pega Version 7.4
The marker was not showing in mobile when pxAddressMap was configured on a Dynamic layout with collapsible configuration. This was traced to the address map loading within a hidden div, and has been fixed.
SR-C5629 · Issue 347624
Performance improvement for mobile with disabled Push
Resolved in Pega Version 7.4
Changes have been made to the logic for the mobile Push feature in order to improve performance when Push is disabled.
SR-C5700 · Issue 349622
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-C6872 · Issue 351148
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-C8008 · Issue 351130
TouchID restored for iOS
Resolved in Pega Version 7.4
The TouchID checkbox was not showing up on iPhone. This was caused by a missing compatibility layer in the hybrid client that had not been added to the iOS project. The resource has now been properly linked.