Discussion
2
Replies
300
Views
Posted: July 20, 2015
Last activity: July 22, 2015
Closed
Exposed Column Update Through DML
Hi,
I have an exposed column in work table and and it exists as a property in the blob.
We ran a DML to update the exposed column. But when the Work object is opened and updated, the exposed column is nullified. Is it because the blob is not updated?
When we open the Work object, wont the value from Exposed column be updated to blob property even when the name is same?
Properties in a Case (Work Item or Work Object) can only be updated through PRPC. Manually updating the column of an exposed property in the Work table has absolutely NO effect on the original value of the property embedded in the blob (pzpvStream) column. In order to update both the property embedded in the blob and the exposed column value you must formally open the case through PRPC (you can do this using the ObjOpen method in an Activity). Update the Property using the PropertySet method (also in an Activity) and then save the updated case using the ObjSave method (again from the Activity).
Regards,
Henry
Pega Academy