Skip to main content

Published Release Notes

Find release notes for the selected Pega Version and Capability

Browse resolved issues for Platform releases.

This documentation is for non-current versions of Pega Platform. For current release notes, go here.

Better navigation between pages

Valid from Pega Version 8.2

The navigation between landing pages and configuration pages in App Studio has changed so that only one tab at a time is displayed in the work area. This change eliminates the maximum tab limit message. Navigate to previous pages by clicking the back arrow at the top of the work area or click the Back to preview button in the workspace header to open a page in the selected device preview.

Service Portlet rules are deprecated

Valid from Pega Version 8.2

Service Portlet rules are deprecated. Existing rules will continue to work, but you cannot create new ones. Use Pega Web Mashup instead. In addition, some changes might impact functionality. If you are using Portlet rules and plan to upgrade, contact your customer service representative.

For more information about Pega Web Mashup, see About Pega Web Mashup.

Deprecated metadata types in the Connector and Metadata wizard

Valid from Pega Version 8.2

The WSDL, SAP WSDL, and DTD metadata types have been deprecated in the Connector and Metadata wizard. For WSDL, use SOAP integration, and for DTD, use XSD.

For more information about SOAP connectors, see About Connect SOAP rules. For more information about XSD, see About the Connector and Metadata wizard.

Support for the POST method in Integration Designer

Valid from Pega Version 8.2

From Integration Designer, you can now source data from any REST endpoint that requires a POST method to retrieve information. With the POST method, you can encrypt sensitive information in the body of the request.

For more information about using the POST method, see the POST method section on Service REST form - Completing the Methods tab.

Support for rich user interface controls in IVA for Web Chatbot

Valid from Pega Version 8.2

You can now use rich user interface controls in Pega Intelligent Virtual Assistant™ (IVA) for Web Chatbot because Pega Platform™ includes a framework for advanced user interface controls. You can use a date picker control and add file attachments while chatting with the chatbot. These features provide a richer and more robust user experience and they help the user accomplish tasks more quickly without the need for complex validation messages.

For more information, see Use rich user interface controls in Web Chatbot.

Progress gauge and double donut charts

Valid from Pega Version 8.2

To better visualize data, use the new progress gauge chart and double donut pie charts. The progress gauge chart measures the progress made against a goal. The double donut pie chart shows two layers of data in a single chart. The progress gauge chart can be included in reports and dashboard widgets. The double donut chart can be added to dashboard widgets.

For more information about including charts in reports, see Harness and section forms - Adding a chart.

For more information about adding charts to dashboard widgets, see Adding a widget to your dashboard.

Support for rich HTML text in IVA for Email

Valid from Pega Version 8.2

Pega Intelligent Virtual Assistant™ (IVA) for Email now supports rich HTML text in email conversations, which enhances the overall user experience. You can enable this option in the Email channel configuration in IVA for Email to display rich text in email conversations for case triaging. Natural language processing (NLP) analysis works flawlessly in scenarios for all email content that contains rich HTML text.

For more information, see Enabling rich HTML text in emails.

Multiple actions triggering during intelligent email routing

Valid from Pega Version 8.2

Pega Intelligent Virtual Assistant™ (IVA) for Email now supports triggering of multiple actions during the intelligent routing of incoming emails, which improves the artificial intelligence capability of IVA for Email so that it is more responsive to user input. For example, you can set up intelligent routing for an Email channel to trigger multiple actions, such as creating a case and automatically replying to an email for the content that you receive.

For more information, see Intelligent email routing, Configuring routing conditions for automatic email handling, and Setting up intelligent routing in Intelligent Virtual Assistant for Email.

Deprecated support for passing symbolic index as strings to value lists and page lists

Valid from Pega Version 8.2

Starting with the next release after Pega Platform™ 8.2, passing symbolic indexes as strings in parameters, properties, and string literals to both value lists and page lists will no longer be supported. The following examples show the syntax that still works in Pega 8.2, that will not work in the next release:

myPageList("<LAST>")

and

param.str = "<LAST>"
myPageList(param.str)

The following example shows syntax that currently is not supported and gives a validation error. This syntax will also not work in future releases.

param.str = <LAST>
myPageList(param.str)

To avoid issues after upgrading to Pega 8.3, refactor all occurrences of this syntax in your code. For instructions on how to find occurrences of this syntax in your code, see Refactoring unsupported symbolic index syntax for value lists and page lists.

For more information about the correct use of symbolic indexes, see Symbolic indexes – APPEND, CURRENT, INSERT, LAST, and PREPEND.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us