
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2015 06:28 PM
Hello,
We have multiple knowledge bases now that we are on FUJI. I would like to put the URL to a particular Knowledge base on one of our internal intranet sites. How do I get the URL for my knowledge bases?
thank you,
Stacy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2015 11:14 PM
Hi Stacy,
Try these below two links and let me know if it worked for you!
Link1:
https://<your-instance-name>.service-now.com/nav_to.do?uri=kb_view.do?sysparm_article=[KBNumber]
For Ex: https://demonightlyfuji.service-now.com/nav_to.do?uri=kb_view.do?sysparm_article=KB0000033
Link2:
https://<your-instance-name>.service-now.com/nav_to.do?uri=kb_view.do?sys_kb_id=[KB_sys_id]
Hope this helps!
-Manjul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2017 11:45 AM
Yes. I used the following link in an email script to link to a knowledge article in a particular knowledge base based on the short description of the incident.
It works fabulous.
template.print('<a href="Knowledge" href="https://rhidev.service-now.com/$knowledge.do?sysparm_kb=75f082fb6fa1d2c4bb1e5afc5d3... Base</a>');
Replace the sys_id with the sys_id of your knowledge base. You get the sys_id by going to knowledge base list and getting it there.
I hope this works for you.
Thanks,
Stacy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2017 12:12 PM
While I'm not at a good location to more in depth instructions (like the others did).
I can try to describe what I did to send links to my Service-Now Knowledge base (for certain articles).
First do a Search for the knowledge base article you want to search.
Seeing your articles, right-click on the article you want to share and choose the 'copy link location' (or if using a different browser, use the option that gives you a copy of the URL, like for IE use 'copy target location').
Paste the URL in your email, documentation, form letter, template (etc) of your choice.
Then when someone who can get to the knowledge base clicks on that URL, it will take them to the view-able (not editable) portion of the article.
Brought to you from down the street from Knowledge 17.
.Ray

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2017 01:02 PM
If you are interested in getting directly to a single Knowledge Base to search just on that Knowledge Base without seeing the full Knowledge Homepage, I think I finally figured it out (thanks to all who posted before and left the breadcrumbs).
Use a link like this:
https://<your_instance>.service-now.com/$knowledge.do?sysparm_type_filter=all&sysparm_kb=<knowlegebase_sys_id>
When you follow this link it will, oddly, assume you want to search the Tags in the Knowledge Base. No worries. Click on the Categories option:
This will change the URL to something like:
https://<your_instance>.service-now.com/$knowledge.do?sysparm_type_filter=all&sysparm_kb=<knowlegebase_sys_id>&sysparm_category=<category_sys_id>&browse_type=categories
Copy that link and paste it into a new browser tab (or wherever you want to). Should take you straight to the KB you want to search.
Hope this works for everyone else as it did for me --- took me several fails to get the right link!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2019 06:44 AM
I know this post is a little old, but I found something related that may be useful for direct linking to the friendly version of knowledge.
I needed to create a "View All" link to go to knowledge (v3) with search results already applied and using the friendly kb_view (not the edit view!). This was done in Chrome, not sure what the other browsers call this option.
- Open your knowledge search page.
- Search for the criteria you want to use in the URL.
- Right-Click > View Frame Source
- A new tab will open.
- The new tab's URL will display the link to the knowledge search with the search criteria applied. Just remove the "view-source:" prefix and you have the static URL.
You can do the same for static linking to categories, knowledge bases, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 12:09 AM
Hi Stacy,
Try ideas for sandiego and let me know if it worked for you!
Method1:
https://<your-instance-name>.service-now.com/kb
Method 2:
Service Portal Link for knowledge base
Method 3:
In PDI navigate through self service module
Hope this helps!
-Manjul