- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 12:12 PM
We have a requirement to run reports on work notes content? Is that possible at all? I have tried using keywords. But that doesn't work on work notes. Also, can work notes be included in global text search searchable fields/tables?
Thanks,
Swathi
Solved! Go to Solution.
- Labels:
-
Enterprise Release Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 01:47 PM
Are you trying to run it for a particular type of work note ?
For example if you want to run reports for work notes in Incidents, you can create a database view
and then run a report from using that new view
Step 1) Create New Database View, and link the tables
Step 2) Create your report using this new Table/Database View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2024 11:36 PM
Thanks for sharing this one. will try and let know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2014 07:54 AM
Hi Swathi,
You will have to run a report on the sys_audit table.
Check this link for more detail on reporting on system tables .
https://community.servicenow.com/thread/173925
NOTE: THIS IS A BIG PERFORMANCE THREAT.