How to redirect KB article from notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 12:41 AM
HI,
I am trying to redirect the KB article from notification. How can i do that? I tried multiple ways but it is not redirecting.
Kindly help me please.
Notification is on Table : Knowledge Feedback
Article Number: ${article.number} // here it should redirect
Article Title: ${article.short_description}
Thanks,
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 03:54 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 01:24 AM
Hi,
As the Article field is on form then you just need to change your line like below:
Article Number: ${article.URI_REF} // it will show Link with Display Value (i.e number)
refer documentation on below:
If you want to redirect user on Portal then follow the steps provided by Chetan Mahajan.
Thanks,
Anil Lande
Thanks
Anil Lande