- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 07:35 PM
Which path in ServiceNow can I see the uploaded attachments about incident attachment?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 07:58 PM - edited 09-25-2024 08:01 PM
Hi @shiz
All attachments are stored in sys_attachment table in ServiceNow
Go to the left navigator and type sys_attachment.list and in table sysId column search with your incident sys_id
Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution
Thanks
Eshwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 07:58 PM - edited 09-25-2024 08:01 PM
Hi @shiz
All attachments are stored in sys_attachment table in ServiceNow
Go to the left navigator and type sys_attachment.list and in table sysId column search with your incident sys_id
Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution
Thanks
Eshwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 07:59 PM - edited 09-25-2024 08:00 PM
Hi @shiz There is a table 'sys_attachment'. You can visit this table and search by Incident Table. All the attachments from system are stored there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 08:00 PM
Hi @shiz ,
All the attachments are stored in sys_attachment table.
If this solves your query mark this as correct and helpful.
Thanks
Anand