Links to Other Knowledge Articles in an Article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 10:04 AM
I was wondering how other KMs handle links to other knowledge articles that are in the body of an article. We have a lot of "if then" articles such as:
Perform these steps
- Step 1 do this
- Step 2 do that
- If you get this error, see KB1234. If you get that error, see KB5678
- If you get none of the errors, route to support.
Related articles wouldn't work in this situation since it's just a list of articles. The problem with the above is that articles get retired and therefore the links, which can be harder to find than a needle in a haystack, become invalid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 11:38 AM
Hello @mbernste,
Instead of adding the links with sys ids, provide perma link (which will not have sys id, it will have article number so the link never expires).
Please mark this answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 12:49 PM
We always use permalinks, but that wasn't the point of my question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 11:45 AM
We use the permalink of the kb we're relating to. Always use the portal view permalink, that way you always pull up the most current article.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 12:56 PM - edited 09-16-2024 01:28 PM
Hello,
We have a button that if you select will show you what published articles link to the one you are attempting to retire.
Example
KB234, KB4567, KB789 all link to KB234.
When you go to retire KB234 , select that button and we get a list of published/draft articles that have link to KB234. The script is something our developer did so I don't know much on how it works.
Also it is not perfect as kb numbers that are a subset may appear in the list but it allows to avoid dead links.