Knowledge management, related articles

JohnnySnow
Kilo Sage

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?

 

Thanks
Johnny

Please mark this response as correct or helpful if it assisted you with your question.
3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

JohnnySnow_0-1703116667428.pngJohnnySnow_1-1703116680711.pngJohnnySnow_2-1703116744413.png

no related article links

Thanks
Johnny

Please mark this response as correct or helpful if it assisted you with your question.

Tai Vu
Kilo Patron
Kilo Patron

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