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.
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, and speed up time-to-market with fewer production issues.
How Does It Work?
Pega provides a dedicated landing page in App Studio for managing configuration settings. Both developers and business users can easily add, modify, and manage application configurations without needing deep technical changes.
To understand this better, let’s walk through a hands-on example.
Creating a Configuration Set



Each Configuration Set can hold multiple configuration items.
Adding a Configuration to a Set





Once created, Pega automatically generates all the necessary rules (data pages, properties, etc.) behind the scenes.
These configurations can be used in both:
Using Configuration in Dev Studio
To access configuration settings in Dev Studio:


Retrieve the value of MSGraphAPIURL like this:
D_Configuration[Setting: “MSGraphAPIURL”].pyStatusValue
This approach removes the need to create separate data pages or properties for every application setting.
Using Configuration in App Studio
This eliminates hardcoded values and improves flexibility.
Updating Configurations Without Deployment
Business users can update configurations via a dedicated landing page in App Studio.
This enables real-time changes to application behavior through safe configuration updates.
Closing Note
The Configuration Set framework unifies and simplifies the use of Application Settings and DSS in a single model:
This makes configuration management in Pega more scalable, secure, and business-friendly.