INC-155214 · Issue 617006
GetBinaryFilesRef updated for resolving wildcard
Resolved in Pega Version 8.5.3
After upgrading from 8.2 to 8.4, errors related to "Unable to serve file java.lang.IllegalArgumentException: Illegal characters detected in the path" appeared numerous times during full syncs, either on first time login or after cache clear. This was traced to normalizeRelativePath failing, and was caused by a resource declaration in pzGetBinaryFilesRef that encountered an issue where wilcarded URLs were not automatically resolved while packaging Static resources. This has been resolved.
INC-155752 · Issue 622772
Hidden Question pages and answers will be saved to database
Resolved in Pega Version 8.5.3
After a question page was shown and some values were entered, going back to the question and reverting an option caused the question page to not be visible, but the answer values persisted in the clipboard and were eventually saved into the database. This was a missed use case for Question page smart shapes, and has been resolved by updating the pzSetQuestionPageParams data transform so that whenever a question page is evaluated to either to show/hide, when the question page visibility is set to false and the pyClearAnswerValuesWhenQPHidden 'when' rule is overridden, the corresponding values will be wiped from the clipboard and only the required values will be saved to the database. However, please note this is not supported for branching logic and visibility conditions should be used instead.
INC-156211 · Issue 620193
Verbose comments removed from wrapper
Resolved in Pega Version 8.5.3
Comments with references to external links have been removed from some harness wrappers.
INC-157317 · Issue 620573
Signature Capture supported in RDL
Resolved in Pega Version 8.5.3
An enhancement has been added which supports using Signature Capture on forms in repeating dynamic layouts.
INC-157596 · Issue 624124
Mobile channel upgrade wizard correctly initiated
Resolved in Pega Version 8.5.3
After upgrade, the offline mobile app was not loading the correct portal. This was traced to missing properties needed to launch the upgrade wizard for channels upgrading from a previous release to v8.5, and has been resolved by setting those properties in upgrade activities.
INC-158468 · Issue 626380
RecordFieldValuesList page cleared
Resolved in Pega Version 8.5.3
Investigation o0f web node crashes traced the issue to a condition where the RecordFieldValuesList page was not cleared. This has been resolved.
INC-143925 · Issue 597289
Documentation update to alternate URL for mobile build
Resolved in Pega Version 8.5.3
The documentation located at https://community.pega.com/knowledgebase/articles/mobile/85/setting-alternative-host has been updated to reflect current information and instructions for setting an alternative host.
INC-147844 · Issue 612899
Check added for type of value in scheduling adaptive reports
Resolved in Pega Version 8.5.3
When scheduling the pyAdaptiveModelsOverview, pyAdaptiveModelsPredictorOverview and pyModelsActivePredictorsOverview reports, the error "atest.Snapshot_Time is not a valid date/time value" was occuring in step 1 of the pzRDExportWrapper activity. The reports worked as expected when run standalone; the failure only occurred when running from scheduled tasks. Investigation showed that the system was trying to parse a property reference as a datetime, and the failure and error caused the report scheduler to refuse to send the generated report. This has been resolved by adding logic to ReportFilter.java to check if the value is a property reference before attempting to parse it as a datetime value.
INC-149143 · Issue 613143
Report category error messages made accessible
Resolved in Pega Version 8.5.3
In order to improve accessibility while creating new reports, labels have been added to the error messages on the category name field.
INC-150193 · Issue 613916
Corrected page counts for 'save-as' reports
Resolved in Pega Version 8.5.3
The total pages count and last page icon were not displaying when the Preview button was clicked after a save-as of a report in the Report Browser. Investigation tracked this to a visible when condition on those fields that was being changed to the default of false during the save-as, and this has been resolved.