Can we create a Button on Catalog Variable view ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 08:24 AM
Hello,
Can we create a button on the Catalog item view on both native & Service Portal view on clicking that should redirect to knowledge article ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 08:37 AM
Please check below for solution
https://community.servicenow.com/community?id=community_question&sys_id=c0aa472ddb5cdbc01dcaf3231f961927
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2019 11:26 AM
I created a Macro below is the code:
<form action=href="/sp?id=kb_article&sys_id=24d9243187032100deddb882a2e3ec33">
<input type="submit" value="Click here for Article" />
But it is not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 03:38 AM
You can give like this and try..
<a href="/sp?id=kb_article&sys_id=24d9243187032100deddb882a2e3ec33"> Click here for Article </a>