- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 02:57 AM
Hi everyone,
I hope you are doing well.
Currently in our Virtual Agent configuration we have multi-link to display several articles from the 'kb_knowledge'.
Currently the URL is being displayed as 'https://<InstanceName>.service-now.com/kb_view.do?sys_kb_id=f1ce2ba3c39ade5cd3bcb98dc00131a1' which I don't want.
I want it to have the format:
Where can I make this change?
Thank you for the help.
Kind regards,
Sérgio
Solved! Go to Solution.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 03:04 AM
how are you generating the links?
check this
How to redirect knowledge article link in VA Agent search result to portal instead of native UI
you can use scripted output and form your URL which contains esc portal
also check this link
Virtual Agent - Knowledge Article needs to open in the ESC portal.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 03:04 AM
how are you generating the links?
check this
How to redirect knowledge article link in VA Agent search result to portal instead of native UI
you can use scripted output and form your URL which contains esc portal
also check this link
Virtual Agent - Knowledge Article needs to open in the ESC portal.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 03:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 03:23 AM
@Ankur Bawiskar one last question.
I have 2 bots. HR bot and IT bot. If I'm talking with IT bot it should open the articles on the sp portal. If I'm using the HR bot it should open on the esc. Is there any way to do this logic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 03:29 AM
somehow in script you should determine your BOT is in which portal sp or esc
based on that you can handle the logic and update the script
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader