function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Daniel Glaser 5Daniel Glaser 5 

For Winter 19 what object is used to store email to case Files?

I am writting APEX email to case handler. The current version is storing the email attachments into the Attachment Object. I want to use the new FILES object that summer 19 and winter 19 use, so the attachments show up in the Files related list. What is the object being used? If someone has test code to show how to fill in the fields of that object with the Case and email information.

Thank you
Devi ChandrikaDevi Chandrika (Salesforce Developers) 
Hi Daniel,

In winter '19 release we have an option to save Email-to-Case Attachments as Salesforce Files.
Please refer the below link which might help you.

https://releasenotes.docs.salesforce.com/en-us/winter19/release-notes/rn_cases_e2c_attachments.htm

Hope this helps you
If this helps you kindly mark it as solved so that it may help others in future.

Thanks and regards
Daniel Glaser 5Daniel Glaser 5
That is not exactly what i am looking for,. I already checked that out. I am looking for the actual Object name so I can add files to this object through APEX code.

Thank You,
Daniel Glaser