How to upload attachments from local computer to ServiceNow records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2022 08:55 AM
Hello Experts,
We have a requirement to upload the bulk attachments into ServiceNow to the records. Attachment name is same as ticket number. All of them are stored in local file system.
Is there any easy way we can connect to local file system and do the import? Please suggest
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2022 11:10 AM
where are the attachments . source and target?
sys_attachment table is where are the attachments are stored .
you can try there to bulk upload with Table sys id will be sys_id of the ticket record
Hope its helpful
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2022 02:32 AM
Hello Anshu,
Right now, attachments are stored in my local machine and name of the attachment is same as incident number. I want to load all the attachments in a single go. Is there any way for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@Test232
you can do it via integration only, there is no other way i seen for uploading the multiple attachments in one go.
If my response helped please mark it correct/helpful
Regards
Deepak Sharma