Question
Atos
Atos
IN
Atos
Posted: Jun 25, 2024
Last activity: Jun 26, 2024
Last activity: 26 Jun 2024 2:19 EDT
Solved
Configuration sets class name
While creation a config set , How pega decides customer service configuration class name ?
@MonikaS9010
Configuration sets are defined in the Pega-Configuration class structure and included in the deployment file that the product rules generate.
While creating the class name pega takes prefix as "Pega-Config" After that whatever label a developer gave to the class it just give that label and then a random generated number attached with the class.
Hope your doubt was around how this random number generates while creation of class .
Let suppose i will create config set of case processing oprions the pega will create class like :
Pega-Config-Case3921032830 something like this . It's just number would be attached randomly.