How to import attachments to records at once

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

    How to import attachments to records at once

    Is there way to upload attachments to records at once like as import data through csv file.
    Cheers!
    Nishan.
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

    #2
    can anyone help me on this
    Cheers!
    Nishan.

    Comment

    • eymen.elkum
      Member
      • Aug 2019
      • 41

      #3
      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

      • Nishan Perera
        Active Community Member
        • Jan 2019
        • 348

        #4
        is there any easy way ? do you have the code ?
        Cheers!
        Nishan.

        Comment

        • eymen.elkum
          Member
          • Aug 2019
          • 41

          #5
          the code was only for one time usage, then I cleared it, this was two years ago

          Comment

          Working...