Use spaces to collaborate with users
Valid from Pega Version 8.1
You can now collaborate with other users in your application on a specific area of interest by using spaces. By restricting the discussion of certain topics to the users of a space, you can avoid broadcasting irrelevant messages to all users in your application.
For more information, see:
- App Studio – Collaborating with users by using spaces
- Dev Studio – Collaborating with users by using spaces
Add varied content to a case with Recent content gadget
Valid from Pega Version 8.2
In an end user portal such as Case Manager, you can now add any type of file to your case by using a Recent content gadget. You can create documents by using a rich text editor, uploading existing files, or attaching URL addresses. Collaborate on all types of content with other members of your team by providing the necessary documents for your case.
For more information, see Adding content to a space (for App Studio), Adding content to a space (for Dev Studio).
Create single sign-on authentication services from App Studio
Valid from Pega Version 8.2
You can create and enable single sign-on (SSO) authentication services from a new landing page in App Studio. From this new landing page you can also configure new SAML and OpenID Connect authentication services to provision users. For more information, see Creating a SAML SSO authentication service and Creating an OIDC SSO authentication service.
Visualize tasks more clearly with the task board view
Valid from Pega Version 8.2
In spaces and other contexts, you can now monitor and track the resolution of cases by using the task board view. This view groups tasks into columns by status to provide a visual overview for all members of a space. By default, the task board view is enabled in spaces, but you can enable it in any context to meet your needs.
For more information, see Monitoring and tracking cases (for App Studio) or Monitoring and tracking cases (for Dev Studio).
Dynamic configuration of the primary navigation of a web interface
Valid from Pega Version 8.3
The web channel interface of your application now supports adding, removing, and reordering user interface pages that are relevant to your application. By configuring the layout directly in a web channel interface, you get a dynamic overview of the current web interface and design the navigation experience.
For more information, see Configuring the navigation menu for a portal and Modifying the name and icon of a page.
Mobile Mashup SDK
Valid from Pega Version 7.1.6
The Mobile Mashup SDK, available as a part of the Pega Mobile 4.1.1 release, can be integrated into a new or existing Apple iOS or Android mobile application to provide for enhanced functionality and collaboration between the app and PRPC. The Mashup SDK is separately licensed from PRPC, and is available for an additional fee.
Set X-UA-Compatible mode on harness
Valid from Pega Version 7.1.6
Because Internet Explorer (IE) compatibility mode can adversely affect the standards mode in the Pega 7 UI, harness browser mode settings now expose the X-UA-Compatibility mode on a harness.
In previous versions of PRPC, this setting was hidden behind a when rule.
Add charts to reports
Valid from Pega Version 7.2.1
In Pega Express, you can now add charts to reports and edit existing charts. Select from a wide range of chart types and subtypes to meet your business needs.
For more information, see Adding or editing charts.
LDAP Authentication Service URL resolution
The latest Pega Cloud infrastructure update includes Java JDK (JDK 89u181), which contains improvements to LDAP support. This Java JDK enhancement can prevent insecure logins by verifying that the hostname specified in the LDAP URL matches the hostname that you specified in the Trust store certificate in the JNDI Binding Parameters section of the Authentication Service rule. An LDAP Authentication Service can no longer resolve using IP addresses.
This is a one-time fix and does not affect Pega Cloud clients with security-compliant LDAP settings and certificates.
Required client workaround
For clients that previously configured LDAP in their applications running in a Pega Cloud environment using IP addresses, after Pega Cloud Services notifies you that the update is complete, you must edit your LDAP Authentication Service rule form Directory field to use the URL value of the domain name or a machine within the domain that matches the URL used by the SSL certificate in the Trust store.
For example, if your SSL certificate uses the test.abc.com machine name, enter ldaps://test.abc.com:[portNumber] inthe Authentication Service Directory field.
For more information about creating or editing an LDAP Authentication Service, see Creating a custom authentication service.
More efficient mobile development
Valid from Pega Version 8.4
The work environment for mobile app developers in Pega Platform™ is now more intuitive. Because every new out-of-the-box application now comes with a preconfigured mobile channel, you can start building mobile apps straight away. Create a mobile channel from scratch, and then customize it to include specific requirements for your new app.
The following updates enhance the process of building mobile apps:
- Your application stores all mobile channels as rules. You can reuse these channels across all versions of your mobile apps for more convenient updates.
- You can now configure contextual search from the mobile channel.
- You can now create native mobile list pages for the app navigation directly from the mobile channel.
- You can now add pages from web portals to a mobile app navigation pane, with full support for native mobile features, such as floating action buttons.
- Mobile channels now support configuration through predefined templates, widgets, and actions.
- You can now instantly preview your mobile channel configuration to see how the app displays on mobile devices.
- Configuration of offline support for mobile apps is now available from a single, low-code page.
- The preview section now offers a low-code pane, from which you can instantly start building a mobile app.
- The mobile channel now supports adding custom iOS and Android modules.
- Admin Studio now supports a mobile page, from which you can provide your own Mobile Build Server credentials and decide whether users need to provide authentication to download your mobile app.