SR-B88777 · Issue 344614
Notes in the Service case in 360 Screen properly editable
Resolved in Pega Version 8.1
When attempting to add Notes in the 360 screen after launching a Service case in an interaction, the Notes section became disabled but the record of a new note was created. Investigation showed that if there was a Main section that was readonly and there was a section inside cell set to editable in the presentation tab in non-template mode, it was rendering as readonly when it should have been editable. This has been corrected.
SR-B89236 · Issue 358451
ShowHarness tabs localized
Resolved in Pega Version 8.1
Localization has been added to DC Tab names for showHarness action.
SR-B89743 · Issue 338705
Autocomplete overlay placement fixed for iOS
Resolved in Pega Version 8.1
The autocomplete overlay in mobile was not appearing in the correct place on iPhones. This has been fixed.
SR-B90076 · Issue 341632
Pagination fixed for customized reports
Resolved in Pega Version 8.1
When a report has Header display set to 'Hide column headings' or 'Summary/sort options only', clicking on the navigation page index did not display any further pages. This was caused by malformed HTML that caused the page change to not get picked up, and has been fixed.
SR-B91716 · Issue 340031
DSS rulesets for MQListener and MQConnector flows separated
Resolved in Pega Version 8.1
When both a Listener and a Connect-MQ are configured, the connector tried to make use of two DSS settings in order to work. However, this caused the previously working listener to start failing and throw an exception indicating the options being set are invalid. To resolve this, DSS rulesets for MQListener and MQConnector flows have been separated. This also makes the code backward compatible.
SR-B92177 · Issue 368665
Resolved "unique constraint" error in custom NLP data handling
Resolved in Pega Version 8.1
When saving an NLP record using a custom activity instead of the pzSaveSummaryReporting activity available from NLP framework, the error "Unique constraint (PEGADATA.PR_DATA_NLP_SUMMARY_PK) violated" was logged. This was traced to a parameter not being passed, and has been resolved by adding the unique value to pxID in pxSaveTADetails.
SR-B92421 · Issue 348757
Email Attachments use given mail encoding instead of defaulting to UTF-8.
Resolved in Pega Version 8.1
For email listener use cases, email attachments were always converted to HTML using UTF-8. This caused email characters to be changed when they were sent using any other type, ex ISO-8859-1 (Western European). To resolve this, the encoding used in the incoming email will be used to generate the HTML content before it is attached to the work object.
SR-B93296 · Issue 354784
pxIndexPurpose added to joins
Resolved in Pega Version 8.1
Declare index joins have been updated to add the pxIndexPurpose filter while joining two tables.
SR-B93522 · Issue 357779
BIX CLI extract error handling improved
Resolved in Pega Version 8.1
Error and exceptions handling has been improved to resolve Inconsistencies that were seen with the XML output using BIX CLI extract.
SR-B94230 · Issue 342360
Defer loaded UI in review harness checks for parent editability status
Resolved in Pega Version 8.1
When a layout was defer loaded, it appeared as editable in the review harness instead of read only as expected. This was caused by Dynamic layouts not honoring the readonly parent status from the section level when using defer loading, and has been fixed by adding a check for the parent status.