douglascayers / sfdc-convert-attachments-to-chatter-files

📎 Easily migrate your Attachments to Salesforce Files.
https://douglascayers.com/2015/10/10/salesforce-convert-attachments-to-chatter-files/
BSD 3-Clause "New" or "Revised" License
73 stars 29 forks source link

Missing Organization Feature: EnhancedEmail #35

Closed unidha closed 7 years ago

unidha commented 7 years ago

My organization enable Email to Case. Previously we successfully installed the package but now it asking for EnhancedEmail to be enabled.

douglascayers commented 7 years ago

Hi @unidha,

Yes, the conversion tool requires Enhanced Email feature enabled because the code has checks to avoid trying to convert attachments belonging to EmailMessage object.

Probably not the best solution in place as there are other objects that have to be checked like EmailTemplate and Solution which don't seem to support Files either. You can track progress towards a new feature to let admins configure which parent object types should have attachments converted at https://github.com/DouglasCAyers/sfdc-convert-attachments-to-chatter-files/issues/15

Thanks,

Doug