Question
Atos
Atos
IN
Atos
Posted: Jun 17, 2024
Last activity: Jun 20, 2024
Last activity: 20 Jun 2024 2:28 EDT
Solved
Customer service configuration sets
In Pega Customer service application why configuration sets introduced and what is significance of them , How we can create those Configuration sets ?
@MonikaS9010
Customer service Configuration settings provide developers with a unified framework for customizing parameters for application behavior. The settings are organized into Configuration sets that associate the settings with a common element, such as an application feature or specific case type.
You can use Configuration settings in the following ways:
@MonikaS9010
Customer service Configuration settings provide developers with a unified framework for customizing parameters for application behavior. The settings are organized into Configuration sets that associate the settings with a common element, such as an application feature or specific case type.
You can use Configuration settings in the following ways:
You can control the application behaviour using those settings inside Pega ,
Once you launch the “Create configuration” modal, start by defining a name and description. It is important to give sensible names and descriptions, as this will help both application users and developers understand the intent of the configuration. Next, provide the set it belongs to and scope. Configuration has three possible scopes:
In backend Each configuraion sets create a class "Pega-config" and each configuration setting creates a property inside that class to manange the settings and control the behaviour.