Question
Pega Exposing property from Data-Admin-Operator- Abstract Class
Hello,
I opened my operator-ID and it is admin@BCBS. Now I wrote my name as Rushabh inside First Name and property name is .pyFirstName. Now I can see updated value of .pyFirstName in clipboard inside System Pages>Operator-ID(Data-Admin-Operator-ID) as Rushabh. Now I check mapped table as pr_operators in DB. But I didn't see .pyFirstName as column inside select * from pr_operators. So, I know that I need to expose .pyFirstName in DB to create that column with values. But when I am trying to expose .pyFirstName which resides in Data-Admin-Operator- Abstract class, it doesn't allow me to expose. The data is storing somewhere in table. I also waited for 1 hour to update.
What is the method to see .pyFirstName as Rushabh inside pr_operators table?
Here is screenshot.
I am not sure of exact requirement. this is just a force way of doing to achieve your requirement. but not recommanded.
In the database table directly add that property "same name as property in prpc", to reflect changes in prpc just restart the systme. Its like exposed property in table, saved data will store in this property rather than blob.
After that now change your name and see in the table. you can see a column populated with your name.