Question
3
Replies
1317
Views
Amazon
Posted: December 12, 2017
Last activity: August 26, 2020
Updating pr_operators table in from DB does not update Operator RULE in PEGA
I am trying to update email address for all operators from DB (Postgres) - using pgAdmin GUI. The pr_operators table shows updated values when querying in DB.
However, the same operator RULE in PEGA shows old value. If i update from PEGA, this works. But it is tedious to do it for suppose 1 lakh operators.
***Updated by moderator: Lochan to update Categories***
Updating the exposed column will not help unless it is fully exposed table. As we have BLOB column for operators, you need to perform Obj-Save in order to update operators.