- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 09:48 AM
I am looking for a way to run a report that searches word/excel/etc. attachments that are added to tickets (Tasks mainly) by keyword. Also need a report that searches the Worknotes of a ticket by keyword.
Is this possible?
Thanks,
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 10:01 AM
How about searching the list view of the incidents by searching the worknotes field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 11:18 AM
Thanks Sandhya,
I am able to search Work Notes successfully for Incidents/Tasks. For some reason, my view I had saved which shows Tasks and Incidents all in one view does not give me the "Work Notes" option. I only Get the "Work Notes List" option. But I can get by with 2 views.
Do you or anyone else know of a way to search by keyword files attached to tickets? We sometimes get excel lists attached to tickets and would be nice if that was searchable somehow without knowing the actual ticket#.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017 04:52 AM
I am afraid this is not possible (or) extremely difficult because the attachment docs are encoded while getting saved in ServiceNow Sys_Attachment_doc table.
Therefore searching a string in an encoded data is not possible.
Just my 2 cents