
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 06:47 PM - edited 08-20-2023 06:48 PM
Hello Community,
When you are viewing an interaction record in Service Operations Workspace and have an agent assist configured to search catalog items, you can mark a result as helpful. This marking is persistent with the interaction record you had opened, the catalog item marked as helpful and the user. The relationship is persistent across the user's sessions.
I want to trigger some logic when the catalog item is marked as helpful. The action itself from the table configuration is completely black box, so hoping to find the table where this data is stored and create a business rule or flow.
Does anyone know where this data is stored? Have tried searching the tables but have not found anything.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 08:37 PM
I believe that's based on Contextual Search, which stores that type of information.
It uses these tables to store the information:
- Relevant Document Detail [cxs_rel_doc_detail]
- Relevant Document [cxs_relevant_doc]
Official doco can be found here: https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/contextua...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 08:37 PM
I believe that's based on Contextual Search, which stores that type of information.
It uses these tables to store the information:
- Relevant Document Detail [cxs_rel_doc_detail]
- Relevant Document [cxs_relevant_doc]
Official doco can be found here: https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/contextua...