Can we move attachment record thru update set or using any other method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2016 07:21 AM
HI,
We have more than 100 records in table with attachments records added to them. Can we move or migrate those records from one instance (Dev) to Test instance except cloning ? If yes let me know how can we achieve it?
Pankaj
- Labels:
-
Team Development
-
Upgrades and Patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2017 04:28 PM
Hi Pankaj,
Have you tried XML import?
The related tables are sys_attachment, sys_attachment_doc
Steps:
Find the right record for the particular attachment you are looking from those tables.
Export to XML
Import them in another instance.
PS: As attachments are added to some base records, the other system also need to have those base records imported to show them in the UI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 12:00 AM
Please do not hesitate to ask follow up questions or mark this as answered, once verified 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 01:54 AM
Sure.
It is 9 month old query and already resolved a long back by using the same solution (as you provided). So just considered as Helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 12:28 AM
Hello Pankaj,
You may find the below thread helpful.
SN Pro Tips — Understanding Attachments in ServiceNow