Kb_knowledge_create
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2024 11:53 PM
On navigating to create new on Knowledge landing on the page
on the new version of page after selecting "NEXT" the page is idle and not going to template selector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 10:41 PM
as highlighted in the screenshot on clicking on next no action, it's idle.
Tried by repairing the plugins. No change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 12:47 AM
Hi @Madhan12 ,
As i stated in above post you need to enable the (Knowledge Management Advanced (com. snc. knowledge_advanced)) plugin in order to get the Article template.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 09:46 AM
I also have this issue in several SN instances. The Knowledge Management Advanced plugin is active in all the instances. We have made no recent changes to the knowledge management configuration, but creation of knowledge articles started failing about 3 days ago.
Repairing the Knowledge Management Advanced plugin had no effect.
Looking in the browser console, there is an exception thrown for an empty Try block for kb_knowledge_create.do on line 368, position 139
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 10:11 AM
I found a fix for my situation. Line 3 HTML of the kb_knowledge_create UI page was updated from:
<g:requires name="scripts/angular_1.5.11/angular.min.js" inline="true" position="last"/>
<g:requires name="scripts/angular_1.5.11/angular.min.js" position="last"/>