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.

Live UI enables runtime editing for less technical users, replaces UI Inspector and UI Tree

Valid from Pega Version 7.1.7

The previous UI Tree and UI Inspector tools have been replaced by the newly enhanced Live UI tool. Offering true WYSIWYG editing, less technical users can make UI adjustments at runtime and publish or discard changes on the fly through automated rule management using a new runtime branch governance model.

With Live UI, you can:

  • Publish and discard records as a batch or individually.
  • Display detailed information about Pega artifacts and open rules automatically at runtime.
  • Inspect detailed setup for an element by opening its properties panel and then edit directly from within the UI (if enabled).
  • Undo the last change you made in the tool.
  • Copy items to the scratch pad for use in reporting.
  • Display a breadcrumb trail that lists immediate ancestors.

118641_liveui.png

You can make on-the-fly changes at runtime by clicking the gear icon to edit the properties panel.

Live UI is not supported in Internet Explorer 8. Internet Explorer 8 users will see the older UI Inspector tool in Designer Studio.

For more information, see How to use the Live UI tool.

Swipe action added for mobile navigation of layout groups

Valid from Pega Version 7.1.7

You can now swipe to navigate across available content in the tabbed or menu-style layout groups by simply enabling swipe on the layout group property panel.

With this setting, visible indicators appear on the left and/or right when there is additional content to view. The swipe indicators display when a user taps down on their touch device and disappears when the user taps up (lifts) from the screen or moves to another area. Additionally, you can use custom CSS to change the fade-in and fade-out behaviors of the swipe indicators.

118646_swipeindicators.png

Left and right swipe indicators in a layout group

For example, when you display a tabbed representation on a desktop that switches to a menu format at a breakpoint, the mobile user no longer has to select a menu option by touching the header to disclose the available menu item. Instead, the mobile user can simply swipe the content and navigate to either the next or previous layout and the menu updates to the current selected layout.

View agent activity and status more efficiently

Valid from Pega Version 7.1.7

The Designer Studio > System > Operations menu has been updated with several additional tabs detailing system information pertinent to an active server node running on a system, along with its requestors, log utilities, and purge/archive utilities. The link to the System Management Application tool has also been moved to the Designer Studio > System > Operations menu in this release.

Previously, to understand your system, you had to access every node on your system individually. With this update, the information available on these tabs allows you to view all agents across a cluster to determine if an agent is active and in-depth details about the agent in a more efficient manner.

118651_agent-overview1.png

The System: Operations page displays agent information and status on a system

Access this menu by selecting Designer Studio > System > Operations. For more information, see the System Operations landing page.

Actionable layouts improve mobile experience

Valid from Pega Version 7.1.7

Interactive layouts are now easier to use from a mobile device. With the added ability to specify events and actions on dynamic layouts rather than on individual items, you can deliver enhanced user interface interaction from a mobile device. For example, you can configure interaction with an entire tile rather than individual elements of the tile for easier tapping.

Configure a tile

Configure an entire tile for easier interaction from a mobile device

From the Actions tab of the Dynamic layout properties panel, you can define an action set and then add events and actions. Actions on nested layouts or controls take precedence when acted upon.

118656_properties.png

Specify events and actions from the Actions tab of the properties panel

Changes to default Agent settings

Valid from Pega Version 7.1.7

Default agent settings across several rulesets have been updated in this release. Changes to settings include agents that are now:

  • Disabled by default
  • Scheduled to run at a recurring designated time interval (in seconds)
  • Scheduled to run daily at a specified time

118661_agent-updates-717.png

An example of some updated default agent settings. Compared to earlier versions, you can see in Pega 7.1.7 that ProcessCaseTypeCalculations and ProcessFlowDependencies are now set to run every 60 seconds, and that ProcessEmailRequest is disabled.​

​​This update allows operations staff to understand the general purpose of an agent by product, and enhances usability of this information by improving navigation of agents in large systems through filtering and sorting.

For more information, see Changes to default agent settings in Pega 7.1.7.

Update to UI-Kit-7:02-01-01 for latest features and mobile-ready Case Worker portal

Valid from Pega Version 7.1.7

The UI Kit ruleset (UI-Kit-7:02-01-01) contains the latest rules and a skin (pyEndUser71) for use in building or customizing Pega 7 user interfaces. Updating to this version allows you to take advantage of the newest features and styling, including a new responsive Case Worker portal.

118666_caseworkerportal.png

Mobile view of the Case Worker portal

Like the Case Manager portal, the Case Worker portal is mobile-ready and provides case workers with a standard user interface for:

  • Displaying a worklist of all open cases
  • Viewing information about cases associated with case types defined in the Case Explorer
  • Displaying a calendar view of work assignments
  • Updating the user's profile

For more information, see Using the UI Kit ruleset.

Replacement for window.showModalDialog

Valid from Pega Version 7.1.7

With Google Chrome disabling showModalDialog in Chrome 37, it is recommended to upgrade your application to use auto-generated local actions. To make it easy to identify where showModalDialog is used in your application, an alert window displays when the window.showModalDialog API is used in your application.

118671_showModalDialog.png

An alert window provides better feedback than a JavaScript exception.

Offline capability in mobile applications

Valid from Pega Version 7.1.7

With Pega 7, mobile applications (apps) can be built with the offline capability enabled. Enabling the offline capability for an app means that a user can create a new case or complete any assignments from their worklist. Changes performed offline are automatically synchronized when the mobile app comes back online.

For more information, see Mobile offline capability.

Application Validation boosts productivity without ruleset prerequisites

Valid from Pega Version 7.1.7

By default, Application Express leverages the new Application-Based Validation (ABV) mode for a more flexible development experience without having to use ruleset prerequisites as is required with Ruleset Prerequisite-Based Validation (RSP) mode, which remains available and supported.

With RSP mode, a list of prerequisites might differ from your runtime list, which could lead to behavior differences between validation and runtime. This prerequisites list was hard to maintain and could change unintentionally, often leading to unpredictable results. With the addition of ABV rulesets, however, you now have the ability to reference all rules in rulesets defined in the same application and rulesets belonging to any built-on application.

118681_ABV.png

In this example of an ABV ruleset, each shaded or unshaded cell represents an application, and each name represents a ruleset. With ABV, you have the ability to call rules both above and below the designated ruleset.

Select Application Validation mode to validate rules without having to specify prerequisites.

118681_ABVscreen.png

By default, the generated framework and implementation rulesets use Application Validation instead of explicit ruleset prerequisites.

For details on how ABV determines which rules are valid to reference at design time, see Understanding Application-Based Validation mode.

Check validity of rules in application with Validation tool

Valid from Pega Version 7.1.7

When you update your application definition, there are certain changes that can invalidate some of your rules. Use the new Designer Studio > Application > Validation tool regularly to ensure that all rules referenced in an application have valid rule references based on the application context.

This simple tool can quickly help you improve the quality of your application and should be used regularly. For example, if you delete or change the return type of a rule, by running the Validation tool, you will know how many rules became invalid by that change.

118686_validationtool.png

When you run the Validation tool from the Designer Studio menu, a progress bar indicates your progress.

For more information about when to run the Validation tool and how this solution can confirm that rules pass current validation requirements, see About the Validation tool.

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