- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 06:03 AM
There is no direct redirection to the top of the KBA , user need to scroll up . this will be a challenge for bigger KBAs with multiple topics.
Include “Go to top icon” in KBA page for easy navigation to the start of the Knowledge article
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:54 AM
I would suggest taking advantage of the Anchor (1) and Insert/Edit Link (2) features available in the HTML Editor.
Anchor: This allow you to declare a specific location within the HTML Field, think if this as a bookmark.
Inset/Edit Link: Once Anchors have been declared, you can choose to link to an Anchor rather than a URL.
You could take this a step further by setting up templates with predefined 'Back to the Top' type links.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 06:20 AM
Hi @DibyaJyotiD7656,
I don't have answer for developing that icon but I wouldn't recommend that.
This is not worthy to develop anything, because that would require a lot of customisations...
- they can just use the scroll bar on the right side of their browser,
- refresh the page and it will get them, back on the top,
- use a keyboard shortcut (on mac cmd+arrow up, on windows I am not sure).
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 06:25 AM
I found this article for moving to bottom, so you just adjust for up, something like:
function scrollToTop() {
document.documentElement.scrollTop = 0;
}
But it is not tested and not guaranteed it will not bring problems...
https://www.servicenow.com/community/servicenow-ai-platform-forum/scroll-automatically-to-the-bottom...
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:32 AM
Hi KamilT,
I used UI Script For this and it's working but Go To Top Button has show in Context_workflow.do
Hear is the script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:33 AM
And only for KB Articles.