Discussion
1
Replies
388
Views
Capgemini
Posted: July 3, 2015
Last activity: July 3, 2015
Update BLOB Data Externally for "data-" inherited class instances
I have a concrete class created inheriting "Data- " class and mapped it to Database table on PegaDATA. All my unexposed properties are in BLOB. Is there a utility or feature that would allow me to modify specific properties in this blob, Pega 7.1.7. Request forum to help me out with this.
As per my understanding, you cannot update properties in BLOB externally.
Pega encrypts xml data and store into BLOB.
You can write an activity to Obj-Open these data instances, set the properties and do Obj-Save.