- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 03:25 PM - edited 12-06-2022 03:28 PM
When someone clicks on "This Helped" within a Knowledge Article using Next Experience UI, what table is that answer stored in?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:35 AM
I believe what you are looking for is in this table Relevant Knowledge - Task [cxs_relevant_doc_task]. You run it for the Relevance type is This Helped.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:50 AM - edited 12-07-2022 08:57 AM
Sorry about that it looks like I was a little to quick in my response. Frank is correct in his answer and it can be found in that database view. The data is stored in the cxs_rel_doc_detail base table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 09:46 AM
Thank you both!!