Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Can we run reports or global text search on the content in work notes?

jagannaths
Kilo Expert

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

1 ACCEPTED SOLUTION

rgm276
Mega Guru

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


ViewCapture.JPG


Step 2) Create your report using this new Table/Database View


ViewReportCapture.JPG


View solution in original post

6 REPLIES 6

Thanks for sharing this one. will try and let know.

Anurag Tripathi
Mega Patron
Mega Patron

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.


-Anurag