Question
Vodafone Greece
Vodafone Greece
GR
Vodafone Greece
Posted: May 5, 2025
Last activity: Sep 5, 2025
Last activity: 5 Sep 2025 16:36 EDT
How to add an extra key values in Pega class?
Hello,
Is there a way to add in my class an extra key from Pega UI? I have a table which has an composite primary key with 5 values. When the table was created we only needed these 5 values as primary key, now there is a need of one extra value. How can I add it in my class? Also, to mention that my class does not belong in any class group.
Thank you.
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.
@GeorgiaT16784649 Hello, I believe that in order to do that you would need to delete all existing instances of that particular class using pxDeleteClassInstances then the option to add new keys should unlock. However, I do not advise changing your class keys if your application is already in production.