Is there way to upload attachments to records at once like as import data through csv file.
Announcement
Collapse
No announcement yet.
How to import attachments to records at once
Collapse
X
-
I faced something just like this before but the code is not available because it was only for temporary use
you must code this, there is no such ability in the espocrm
- at first you have to have the files named by the IDs of the target entities
- compress them
- write a code that take them and extract and loop over the files
- then you have to save the attachments and link them to the entities as well
Comment
Comment