- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 07:51 PM - edited 10-28-2024 09:22 PM
In CSM workspace, a modal will appear in the screen when you create a new knowledge record.
This allows you select the target knowledge base and article template.
The list of knowledge base was queried using GraphQL Data Broker named "Get contributable knowledge bases".
Inside it is a query to a schema named "AppKnowledge_Query ".
What I want to know is, where do I find the the "AppKnowledge_Query"?
I want to check its functions and whether it's possible to modify it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 10:26 PM
Hello @David Speirs
It's been a long time I posted this.
I forgot the exact table I found the record but, from what I remember, the AppKnowledge_Query is a protected script that is only available to ServiceNow employees.
We cannot modify the script for customization.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:50 AM
Did you ever find a answer to this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 10:26 PM
Hello @David Speirs
It's been a long time I posted this.
I forgot the exact table I found the record but, from what I remember, the AppKnowledge_Query is a protected script that is only available to ServiceNow employees.
We cannot modify the script for customization.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 03:36 AM - edited 01-28-2025 03:09 AM
It 's a method called from Data Broker Server Script "KB details transform" and it can be found in the table "sys_ux_data_broker_transform"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 12:03 AM