- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 09:51 AM
Can agent assist be configured to search within a specific knowledge base rather than all articles? I added the knowledge base sys_id as a condition in the Resource configuration, but agent assist appears to disregard this setup.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 04:14 PM
Thank you, @Sujatha V M, for your response. Unfortunately, the article you shared was not helpful.
The solution that was working for me was:
- Navigate to Contextual Search > Table Configuration.
- Open the configuration for the specific table, defined for Workspace.
- Create a new Filter Configuration in the Filter Configurations related list.
- Select Knowledge Articles in the Resource Configuration field
- Check the Scripted filter option
- Add the line below to the Script field (or refer to the screenshot)
query_table.addQuery("kb_knowledge_base", <sys-id>);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 11:14 PM
@gmihajlov Please refer the below article for reference,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0813884
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2025 11:22 PM
same questiom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 04:14 PM
Thank you, @Sujatha V M, for your response. Unfortunately, the article you shared was not helpful.
The solution that was working for me was:
- Navigate to Contextual Search > Table Configuration.
- Open the configuration for the specific table, defined for Workspace.
- Create a new Filter Configuration in the Filter Configurations related list.
- Select Knowledge Articles in the Resource Configuration field
- Check the Scripted filter option
- Add the line below to the Script field (or refer to the screenshot)
query_table.addQuery("kb_knowledge_base", <sys-id>);