URL link in a Knowledge article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
I have a list (preconfigure report) that I want to use as a link in a Knowledge Article.
Here is the link :
I am able to enter the whole link in the URL edit box and save it but ... When I edit the field again, nothing has been saved. The result is that I am not able to save that link in my Knowledge article.
Does anyone have any ideas on what is the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hi @PatriceL
If you are editing a published Knowledge article and the versioning feature is turned on, you cannot save changes directly to it.
Click Checkout on the published article form to create a working copy, make your changes, and then click Publish.
Refer: Knowledge Management FAQ
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hey @PatriceL
This is typically caused by the Knowledge editor sanitizing the URL before it is saved. The nav_to.do link contains an encoded uri parameter, which some editor versions or HTML sanitizer configurations may strip when the article is saved.
Instead of using the nav_to.do URL, try using the direct list or report URL, for example:
https://<instance>.service-now.com/incident_list.do?sysparm_query=...
A few things to check:
- Copy the URL after the list/report has fully loaded, rather than the nav_to.do link.
- Test with a simple URL (e.g., https://www.google.com). If that saves correctly, the issue is specific to the nav_to.do URL.
- If you have access to the HTML source, verify whether the href attribute is being removed after saving, which would indicate HTML sanitization.
*************************************************************************************************************************************
If this response helps, please mark it as Accept as Solution and Helpful.
Doing so helps others in the community and encourages me to keep contributing.
Regards
Vaishali Singh
Servicenow Developer
Linkedin - https://www.linkedin.com/in/vaishali-singh-2273361bb