Privilege required for Recent Explorer
Valid from Pega Version 7.1.1
Users with custom roles defined must add the pxUpdateRecents privilege to see work in the Recent Items Explorer.
Use standard Developer portal
Valid from Pega Version 7.1.1
Customized versions of the Developer portal rely on legacy components and are not supported.
To avoid backwards compatibility issues, update your access group to point to the standard Developer portal prior to upgrade.
Top-level (named) pages may no longer be classless
Valid from Pega Version 7.1.1
Newly created top-level (named) pages may no longer be classless or have a blank pxObjClass property. This change can affect applications upgrading from versions prior to Pega 7 to the latest version, especially when:
- Application logic relies on a blank value in the pxObjClass property.
- An activity assumes a new top-level page is classless and explicitly sets pxObjClass in a Property-Set step.
- A data transform assumes a new top-level page is classless and explicitly sets pxObjClass using a Set action.
To avoid application failures, remove or update any logic that expects a blank pxObjClass. Where possible, use the new engine API that finds a page by both name and class:
findPageWithException(PageName, ClassName);
Activities and data transforms continue to create a top-level page when one does not exist. The class name is now derived from the Pages and Classes tab.
All tabs are accessible on delegated rule forms
Valid from Pega Version 7.1.1
Delegates can now access all tabs in a delegated rule form.
You can continue to customize the development experience for delegated users, such as line managers, who may not require the full set of rule form options. For example, you can prevent users from adding new nodes on the Decision Tree form or using the expression builder on the Map Value form. All users, including delegated users, can remove these restrictions if they hold a rule-editing privilege.
For more details on this process and a list of commonly delegated rules, see How to delegate a rule.
Delegate rules and data types
Valid from Pega Version 7.1.8
You can delegate business-facing application assets, such as paragraphs, decision tables, and data types, to your business line by using a new delegation process. Delegated records are displayed in the new Configuration dashboard on the Case Manager portal.
Enhanced text-editing experience
Valid from Pega Version 7.1.8
The enhanced text editor simplifies your text-editing tasks inside Designer Studio. It includes support for:
- Color coding and syntax highlighting
- Tag and bracket matching
- Auto-indent
- Search
You can use the new editor to edit a variety of rules, including basic text files and utility functions.
New context menu in the ruleform header
Valid from Pega Version 7.1.8
A new context menu has been added to the Applies To class in the ruleform header. This menu provides the following links that are related to the current rule:
- Applies To class of the current rule. – switches the Application Explorer to the
- Applies To class definition. – opens the
- Applies To class. – opens the Data Designer for the
- Applies To class. – opens the inheritance display for the
Merge multiple branches at the same time
Valid from Pega Version 7.1.8
Enhancements to the Merge Branches wizard provide support for the merging of multiple branches at the same time. Additionally, the Merge Branches wizard now uses the latest user interface design.
Enhanced Expression Builder
Valid from Pega Version 7.1.8
Several enhancements have been made to the Expression Builder. The Expression Builder is displayed in multiple locations and guides you when creating construct arithmetic and logical expressions in your application.
Enhancements to the Expression Builder include:
- An updated text editor
- A navigational pane that displays functions in available libraries and properties within a selected page
- The ability to drag functions and properties into the text editor
- The ability to search for properties and non-internal functions
- The ability to select properties and functions from prompts in the text editor
- Automatic bracket-matching
- Syntax highlighting
Data page automated unit testing
Valid from Pega Version 7.1.8
Automated unit testing for data pages now provides a guided way to create and modify automated unit test cases for data pages. Test cases are created by running the data page and converting to a test. Unit tests compare the expected value of a property with the property’s actual value on the data page.