What happens when remove pyattachvalues
In our application, attachments are getting added to the work object from inbound email correctly, but we are facing one performance issue. when extracting multiple work objects through Bix, the data size is going in GB, because of the pyAttachValues page of work object holding the mail attachment in encrypted format and consuming more memory. Is there any way to handle this memory? or Since it is already having the link created and attached to Work object, can we remove this value from clipboard. please suggest.