We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Where are the attachments added to the incident saved?

shiz
Tera Contributor

Which path in ServiceNow can I see the uploaded attachments about incident attachment?

shiz_0-1727318134908.png

 

1 ACCEPTED SOLUTION

Eshwar Reddy
Kilo Sage

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

EshwarReddy_0-1727319472849.png

 

Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution

Thanks 
Eshwar

 

View solution in original post

3 REPLIES 3

Eshwar Reddy
Kilo Sage

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

EshwarReddy_0-1727319472849.png

 

Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution

Thanks 
Eshwar

 

Sid_Takali
Kilo Patron

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. 

https://www.servicenow.com/community/itsm-articles/attachments-in-servicenow/ta-p/2305632#:~:text=At... 

Not applicable

Hi @shiz ,

 

All the attachments are stored in sys_attachment table.

 

If this solves your query mark this as correct and helpful.

 

Thanks

Anand