SR-B87422 · Issue 337228
Mobile sync fixed for case data
Resolved in Pega Version 7.4
When a case was updated, the Pega iOSMobile application failed to sync the case data and became stuck due to read-only Data Pages being included in the action data. To ensure the update can be saved properly, code has been added to mergeWorkAndForm which will remove data pages before returning the action data.
SR-B88639 · Issue 338274
Handling added for non-runtime LDP exception
Resolved in Pega Version 7.4
An app was crashing and failing sync because of an incorrect LDP configuration. In order to make synchronization fail gracefully in case of a parsing error, the Hybrid Client has been updated to handle and re-throw a non-runtime exception.
SR-B88639 · Issue 338414
Handling added for non-runtime LDP exception
Resolved in Pega Version 7.4
An app was crashing and failing sync because of an incorrect LDP configuration. In order to make synchronization fail gracefully in case of a parsing error, the Hybrid Client has been updated to handle and re-throw a non-runtime exception.
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.