How we can configure now assist for csm KB generation skill from starting??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have configured the KB Generation skill from the Now Assist Admin Console, but I am unable to see the "Create Knowledge" button on the sn_customerservice_case table.
I have already verified that the Workspace plugin is up to date.
Could anyone help me understand:
Are there any specific plugins or dependencies that need to be installed?
Do we need to configure anything in Workspace (UI Builder / Context Menu / Actions) to make the skill visible?
Any guidance would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Follow same for CSM
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @vishwas2002
As per Servicenow documentation : Configure knowledge generation_CSM
1. Ensure you have followed and configured all prequisite
- Install the Required Plugin- Now Assist for CSM plugin.
- Enable KCS system properties: The visibility of the Create Knowledge action in CSM Configurable Workspace depends on specific system properties and differs from its implementation in the Core UI UI.
- In Core UI, the action is implemented as a UI Action.
- In CSM Configurable Workspace, it is implemented as a Declarative Action.
The visibility and behavior of the Create Knowledge button in the CSM Configurable Workspace depends on two system properties:- sn_customerservice.enable_knowledge_kcs: If this property is true, the button appears in the CSM Configurable Workspace.
- sn_customerservice.kcs.enable_template_on_case_workspace
- If this property is false, the button is a UI Action and clicking it does not open a template selector.
- If this property is true, the button is a Declarative Action and clicking it opens a template selector modal.
If either property is inactive, the action will not appear in CSM Configurable Workspace—even if it is visible in Core UI.
- Activate the KCS template.
- Navigate to All > Knowledge > Administration > Article Template.
- Locate the KCS Article.
- Set its status to Active.Important:
- For Now Assist panel, if property sn_customerservice.enable_knowledge_kcs and KCS Article Template is not enabled then it will create article using standard template for cases.
- For Core UI / Workspace, if sn_customerservice.enable_knowledge_kcs and KCS Article Template is not enabled then it will not show Create Knowledge button on case form.
Role required: admin
- Short Description
- Description
- Resolution Notes
- Work Notes
- Comments
Any modifications to the names or labels of these fields can quality the generation and quality of knowledge generation articles.
- sn_customerservice.enable_knowledge_kcs
- kcs.enable_template_on_case_workspace
2. ensure you have followed step by step instructions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @vishwas2002
Also check and confirm whether your Create Knowledge UI action condition is OOB.
If it is customized, make sure condition is getting satisfied for you.
