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?