- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 08:36 AM
Is there an easy way to see which Bulk Policy Exceptions have attachments? What table are the Bulk Policy Exception Managed attachment stored in?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:23 PM
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 09:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:23 PM
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 06:44 AM
I found this list in our instance. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 07:05 AM
Hi @Katherine L ,