- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2014 02:29 PM
I'm considering making changes to the Knowledge Search table and have been investigating when and where during the knowledge search process a record is created for this table. Even after digging through every relevant UI script/page/macro, I have yet to find an answer. Basically, I'm just looking to either add a field to it or capture the sys_id of the search record before a user views or attaches a knowledge article.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2014 03:00 PM
Figured it out: In the kb_find_query UI macro, it opens up a GlideRecord directly for the ts_query_kb table. Must have missed this one when I was searching for hours yesterday!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2014 03:00 PM
Figured it out: In the kb_find_query UI macro, it opens up a GlideRecord directly for the ts_query_kb table. Must have missed this one when I was searching for hours yesterday!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2018 11:08 PM
I do not find this in kb_find_query UI macro. Is this moved to elsewhere? I am using Jakarta version.