Edit Content

Novitates Tech is committed to shaping a digital landscape that empowers businesses globally, offering accessible transformative solutions that ignite industry-wide change. Our dedication to innovation drives us to create strategies that redefine global business operations.

Get in touch

Unified Configuration Management in Pega: Leveraging Configuration Sets

Introduction Configuration Settings in Pega Infinity 24.2.1 offer a unified framework that blends the capabilities of Application Settings, Dynamic System Settings (DSS), and custom configuration implementations. These are grouped into Configuration Sets, simplifying application behavior management and reducing development overhead. This article explores how Configuration Sets streamline parameterization, reduce the need for custom rule overrides, […]

View Multi-Level Data in Pega Constellation

Introduction Displaying multi-level data is a common requirement in business applications. This article explores how to achieve that within Pega Constellation, focusing on a use case where users are selected via the Search and Select pattern, saved into an embedded page property, and displayed in a two-level structure: List of users selected on a case […]

Enhancing User Experience with Search and Select in Pega 24.2

Introduction In Pega Constellation 24.2, the Search and Select pattern enables users to quickly find and select records from large datasets by typing keywords instead of scrolling through long lists. This improves data accuracy, enhances productivity, and delivers a more user-friendly interface. This guide walks through implementing the Search and Select pattern, its advantages, and […]

Localization in Pega Constellation

Introduction Localization involves adapting internationalized software to a specific region or language by adding locale-specific components and translating text. Pega Constellation enhances this process, offering improved UI text translation capabilities with reduced effort. However, its generative AI-driven localization introduces some limitations that require careful consideration to align with business application needs. Background A new rule […]

Building a Case link in Email body for Constellation application

Introduction  As part of embedding a work case link in email, with Theme-Cosmos we have OOTB rules helping us with Correspondence fragments which dynamically generate the link.  However, with constellation the same approach might not work in a full-fledged manner leading to various anomalies. This is due to the reason that Constellation apps support semantic […]

Customizing Pega UI: Building a Tailored Component

Introduction In Pega applications, standard UI components sometimes require customization to meet specific business needs. This guide walks through the creation of a custom phone number control that displays the corresponding country flag alongside the entered phone number. By following this step-by-step approach, you can seamlessly integrate a customized component into your Pega environment. Steps […]

Essential Software Installation Guide for Publishing Components in Pega Constellation

Introduction Publishing custom components in Pega Constellation requires installing and configuring several software tools. This guide provides a step-by-step approach to setting up the required environment efficiently. 1. Install Node.js Node.js includes both Node and npm (Node Package Manager) executables. Download and install Node.js from: Node.js Download After installation, restart your machine. 2. Install Visual […]

Leveraging Pega Constellation Services for Optimal UI Performance

To fully leverage the React-based Constellation UI in Pega Platform 8.8 and above, it is essential to configure your environment with the appropriate Constellation services. This guide provides a detailed overview of each service, deployment considerations, and the necessary Dynamic System Settings (DSS) configurations to ensure seamless integration. Starting in Pega 8.8, Pega infinity and […]

Leveraging the pyRefreshData Extension Point for Pega Constellation Refresh Requests.

Introduction In Pega Constellation, a refresh request triggers the execution of business logic and updates the case data based on the input from UI. This updated case data is then returned as a JSON response. However, in certain scenarios, additional processing may be required to update specific fields that are not updated/committed to the case […]

Implementing the Search and Select Pattern in Pega Constellation

Introduction The Search and Select pattern in Pega Constellation enables users to search for entries in the system of records using specific criteria. Upon the search, results are displayed in a table, allowing the user to select a single entry. This guide demonstrates the configuration and usage of this pattern, offering practical insights into its […]