- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 04:43 PM
Hi All,
I have got a requirement to run a report on all the attachments from the list of active Incidents. Can any one of you point me in the right direction of what needs to be done in order to accomplish this task.
Thanks in advance...
Cheers !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 05:00 PM
I would use a database view, then use the filter tool to create a report against that view. Like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 06:32 PM
Add the sys_id for the sys_attachment table to the report, then use a macro in excel to generate the URLs to download the attachments in the format:
https://YOURINSTANCE.service-now.com/nav_to.do?uri=sys_attachment.do?sys_id=ATTACHMENT_SYS_ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2016 08:50 PM
Thanks a lot everyone. This solution would do the job!!