Bulk Policy Exception Attachments - What is the table name?

Katherine L
Tera Contributor

Is there an easy way to see which Bulk Policy Exceptions have attachments?  What table are the Bulk Policy Exception Managed attachment stored in?

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Katherine L ,

You can navigate to https://Instancename.service-now.com/sys_attachment_list.do?sysparm_clear_stack=true

Once the page opens up, you can find all the attachments , to find your Specific Attachment, you need to filter by the Table Name  and the table for policy exception is "sn_compliance_policy_exception"

SandeepDutta_0-1702272206584.png

 

View solution in original post

4 REPLIES 4

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Katherine L ,

 

Any attachments in servicenow are ultimately stored under "sys_attachment" table.

 

Navigate to sys_attachment table filter using table name of Policy exceptions. You will find all the attachments which has been done under that table. Table sys id column will contain the sys id of all the records coming under exception table.

 

Thanks,

Danish

 

Community Alums
Not applicable

Hi @Katherine L ,

You can navigate to https://Instancename.service-now.com/sys_attachment_list.do?sysparm_clear_stack=true

Once the page opens up, you can find all the attachments , to find your Specific Attachment, you need to filter by the Table Name  and the table for policy exception is "sn_compliance_policy_exception"

SandeepDutta_0-1702272206584.png

 

I found this list in our instance.  Thank you!

Community Alums
Not applicable

Hi @Katherine L ,