While creation a config set , How pega decides customer service configuration class name ?
Configuration sets are defined in the Pega-Configuration class structure and included in the deployment file that the product rules generate. The name of the set is maintained as the pyLabel value of a class rule and has a maximum length limit of 64 characters.
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.