User Interface
Valid from Pega Version 7.1.4
This release had a focus around improving support for accessibility for all the PRPC UI Components as well as extending capabilities for responsive design with grids and tabs. A series of cosmetic changes and fixes are included.
- Improvements have been made for action items being opened in a dynamic container.
- Row repeat functionality in sections has been improved to better handle source properties.
- Screen layouts have been optimized for the iPhone platform
- The display on dynamic containers has been enhanced to provide the same behavior for both single-mode and multi-mode.
- The Launch Harness feature has been improved to launch into a pop-up window.
- The operator menu will now display from the Case Manager portal.
- The Primary Page functionality has been enhanced for control-defined Repeating Tab Headers.
- Using local actions defined as modal windows has been enhanced to work in an iPAD using a Safari browser.
- When using a modal dialog to open a flow action in a repeat grid, to add an item to the list, users may now cancel out of this dialog if no changes are needed.
Close button on a pop-up application update removed from App Studio
Valid from Pega Version 8.5
When you open an existing application that you created in previous releases without support for the Pega Express methodology, App Studio now displays a pop-up window to support Microjourneys™ without a Close button, to improve the usability of App Studio.
Upgrade impact
The UI automation script might require a change if the script mentions clicking on the Close button.
What steps are required to update the application to be compatible with this change?
If you have a UI automation script that uses the Close button, update the UI automation script to delete reference to clicking on the Close button.
For more information, see Creating a Microjourney for customer success.
Support for filtering requests and responses in activity-based REST services
Valid from Pega Version 8.6
You can now use a JSON data transform to filter inputs and outputs in activity-based REST services. With this enhancement, you maintain high performance by filtering unnecessary properties from the REST service request and response.
For more information, see Creating a request for POST, PUT, and PATCH methods by using an activity implementation and Creating a response for Service REST methods by using an activity implementation.
Enhanced Pulse gadget for Cosmos React
Valid from Pega Version 8.6
Together with the DX API, the Cosmos React component now provides an overlay in which users can quickly view and select the feed sources from which to view Pulse messages. Users can also add attachments to their messages, and remove the messages that they post. These enhancements improve collaboration and speed up case resolution. For example, a case worker can view only posts from particular cases, to quickly find a request for additional information about a case, and then provide necessary details by attaching a relevant document.
For more information, see Configuring Pulse feed sources for Cosmos React and Posting a message in Pulse.
Action required by admins for improved search
Valid from Pega Version 7.1.7
Starting November 13, 2014, after updating to or upgrading from a prior version to Pega 7.1.7, your system administrator must manually build all indexes for Elasticsearch before the system can automatically switch from Lucene to Elasticsearch.
It is recommended that you begin this manual re-indexing process for all enabled index types as soon as your update or upgrade is complete. The search landing page refers to Elasticsearch settings; during re-indexing, however, Lucene search continues to function to ensure that there is no interruption in search functions. When planning the re-indexing, be aware that the initial re-indexing requires significant resources on the host node and can be a lengthy process, depending on the number of rules and work objects in your system.
See the Pega 7.1.7 Upgrade Guide for information about manually indexing Elasticsearch.
Resolve child cases with the parent case
Valid from Pega Version 8.1
You can now configure a stage to resolve open child cases when the parent case is resolved. Resolving child cases on the resolution of the parent case ensures that no child cases are left open when the parent case reaches the end of its life cycle.
For more information, see:
- App Studio – Configuring case resolution
- Dev Studio – Configuring case resolution
Changes in large data page support in offline-enabled custom mobile apps
Valid from Pega Version 8.1
You can now create offline-enabled custom mobile apps that store reference data in large data pages that are sourced from report definitions, even if these report definitions return no records. Synchronization of these custom mobile apps does not fail. Also, you can now use page type properties as large data page properties.
For more information, see Creating and sourcing large data pages to store large reference data in offline-enabled applications and Custom populator JavaScript functions for large data pages.
Enhanced Pulse performance and layout on mobile devices
Valid from Pega Version 8.1
Pulse performance is now faster on mobile devices. The user interface has been enhanced to enable better collaboration among users. The new Pulse mobile layout provides a better user experience for posting messages, adding attachments, bookmarking content, and so on.
For more information about Pulse, see:
- App Studio – Communicating with users by using Pulse
- Dev Studio – Communicating with users by using Pulse
Kafka custom serializer
Valid from Pega Version 8.2
In Kafka data sets, you can now create and receive messages in your custom formats, as well as in the default JSON format. To use custom logic and formats for serializing and deserializing ClipboardPage objects, create and implement a Java class. When you create a Kafka data set, you can choose to apply JSON or your custom format that uses a PegaSerde implementation.
For more information, see Creating a Kafka data set and Kafka custom serializer/deserialized implementation.
Data flow life cycle monitoring
Valid from Pega Version 8.2
You can now generate a report from the Run details section of a Data Flow rule that provides information about run events. The report includes reasons for specific events which you can analyze to troubleshoot and debug issues more quickly. You can export the report and share it with others, such as Global Customer Support.
For more information about accessing event details, see Creating a real-time run for data flows and Creating a batch run for data flows.