INC-138106 · Issue 601809
Documentation update for offline apps
Resolved in Pega Version 8.6
Information in the top-level offline guidelines article has been updated to include a recommendation to avoid using declarative indices in offline-enabled mobile apps as these may cause multiple duplicated indices to be created in the database.
INC-138698 · Issue 595380
Mobile app improvements for poor connectivity conditions
Resolved in Pega Version 8.6
When the mobile app was used in areas with poor data network connectivity, the screen was freezing or a number of sync errors were seen. Improvements have been made in the processing and wait conditions to smooth the functions when connectivity is intermittent.
INC-138954 · Issue 591835
Logic updated for deepMergeObj API
Resolved in Pega Version 8.6
Issues with the embedded page values being removed when navigating from a flow action and inconsistent localization of labels and captions in a mobile app were traced to the deepMergeObj API; the logic for the API has been revised to ensure the pxObjClass property is not removed from embedded pages during the doSave function.
INC-139112 · Issue 590982
iOS module creation documentation updated
Resolved in Pega Version 8.6
In order to clarify the procedure to launch a custom iOS module from Pega devkit, the general guide to PIMC custom module development has been updated to include more detail on the development path as well as information on the most common problems encountered.
INC-139678 · Issue 589050
Cancel button added to reset stuck mobile downloads
Resolved in Pega Version 8.6
Occasionally a mobile download would become stuck from an undetermined reason and cause the UI to freeze without a means to reset or cancel. To assist in recovery, a "Cancel" button will now be visible during the downloading process for a mobile app in mobile channel.
INC-139861 · Issue 594007
Cross site scripting protections added to Case Email
Resolved in Pega Version 8.6
Cross site scripting updates have been added to rules handling linked email correspondence.
INC-140725 · Issue 597473
Custom question parameters visible in survey
Resolved in Pega Version 8.6
When opening an individual question in the custom question section of a survey, the parameters passed were visible in the Answer tab but not when clicking on the getParams link in the right-side panel. This has been resolved by updating the pzSetRuleAndPropValuesForQuestion activity to copy section params from the question rule and call GetSectionParamsToPrompt to get latest parameters data.
INC-142632 · Issue 598168
Activity updated for Mobile attachment access
Resolved in Pega Version 8.6
Preview and download were not working for attachments stored in Pega Cloud Storage repository for mobile devices. Attempting to open an email attachment to preview or download resulted in a console error and the tracer showed the message 'Class pxLinkedRefTo does not exist'. This has been resolved by updating "pzpega_control_attachutil" to use the activity "GetAttachmentReference" for interactions with the attachments from any storage type.
INC-143036 · Issue 599189
SurveyPage loads when ruleset is locked
Resolved in Pega Version 8.6
When the ruleset containing the survey rules was locked D_pzSurveyPage did not load and errors were generated. Investigation showed that if the flow was in a locked version, the PopulateShapeNodesFromFlowData activity did not call EvaluateConnectorState, causing the mapping of the transitions for connectors to fail in the activity MapBranchShapeConnectors. This has been resolved.
INC-143134 · Issue 598578
Activity updated for Mobile attachment access
Resolved in Pega Version 8.6
Preview and download were not working for attachments stored in Pega Cloud Storage repository for mobile devices. Attempting to open an email attachment to preview or download resulted in a console error and the tracer showed the message 'Class pxLinkedRefTo does not exist'. This has been resolved by updating "pzpega_control_attachutil" to use the activity "GetAttachmentReference" for interactions with the attachments from any storage type.