Knowledge management, related articles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 02:34 PM
Hi Team,
When we create a new Knowledge article from the platform UI we have the option of adding related articles. I was able to add the related articles, however, when we click the 'View article' related link, I can only see the article and not the related article links. When we check the same on the portal, the related articles are visible on the right side of the screen properly.
Does any one know if it is possible to show the related articles on the platform UI as we see on the service portal?
Johnny
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 03:31 PM
Hi @JohnnySnow
Could you please share some screen shot to easily find out? where is the issue.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 06:49 PM
no related article links
Johnny
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 08:29 PM
Hi @JohnnySnow
kb_view is a UI Page, there's no part from the script which retrieve the Related Article. You can also have a look into it.
URL: https://<instance_name>/sys_ui_page.do?sys_id=11efa742eb4221007128a5fc5206fe1a
And there's no OOTB UI Macro that provide the Related Articles information to reuse as well. (Or I might be missing around)
You can find the functionality getRelatedArticles in the script include KBPortalServiceImpl. And This is the Helper API to support Knowledge Service Portal.
So you may need to do your own custom and include to the kb_view page to achieve it.
Ref: How to add related list to Knowledge Article kb_view
Cheers,
Tai Vu