The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How is the "Knowledge Search" table (ts_query_kb) populated?

stopping
Giga Contributor

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!

1 ACCEPTED SOLUTION

stopping
Giga Contributor

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!


View solution in original post

2 REPLIES 2

stopping
Giga Contributor

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!


I do not find this in kb_find_query UI macro. Is this moved to elsewhere? I am using Jakarta version.