- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 10:55 PM
Hi,
I am redirecting the Knowledge Base on Service Portal to KB Portal . I want the KB portal to open in a new tab on click. Could you please suggest on how to do this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 11:09 PM
HI @Revathi10
Please follow the below steps:
Open page editor:
Paste the below script:
{
"target":
{
"value":"_blank"
},
"link_template": {
"value": "Circle Icon",
"displayValue": "Circle Icon"
}
}
Screenshot for your reference:
Click on knowledge base:
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 11:09 PM
HI @Revathi10
Please follow the below steps:
Open page editor:
Paste the below script:
{
"target":
{
"value":"_blank"
},
"link_template": {
"value": "Circle Icon",
"displayValue": "Circle Icon"
}
}
Screenshot for your reference:
Click on knowledge base:
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 11:14 PM
Thank you, it worked.
Many Thanks,
Revathi