How to import attachments from one instance to another instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 06:19 AM
I need to import 1 attachment from prod to dev.(Need to have same sys id)
I tried using export xml and import xml.
It didn't work.
Please guide me how to achieve this,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 06:30 AM
Hi Bharath,
What error you got while importing xml, Ideally It should work.
Other option could be to create update set on prod (not right practice though) and capture the sys_attachment record and import the update set on dev.
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 06:38 AM
Here the attachment is image (.png format)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 06:43 AM
Try add the filter on the sys_attachment table, Go to the record which you want to export and right click on header and export it in XML, Like below,
if its downloading directly on click, then personalize the column and bring some other column on the extreme left.
Hope it helps!!
Regards
Sulabh Garg