- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 09:01 AM
I created a Knowledge Article that I want those using my Record Producer (in the Service Catalog) to be able to open if they need help with some of the choices they need to make on the form. How do I associate a specific Knowledge Article to the Record Producer so that the use can click on something (a button? a link?) and the specific Knowledge Article opens up for them to read?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 01:34 PM
Click on the Insert link button as shown below.
TThen it will give you option to specify the KB article link and the Text to be show and if you want to open it in a new window
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 09:10 AM
You can configure client script to open knowledge article URL from client script.
var url3 = '/kb_view.do?sysparm_article=KB0010899';
g_navigation.open(url3,'_blank');
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 10:56 AM
Hi John,
You might also wanna try the Related knowledge articles tab in your record producer. This will allow the requestor to find attached relevant knowledge articles when they are requesting it from the portal.
Regards,
Kopal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 11:37 AM
Since this is for a Record Producer, where do I put the client script?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 11:46 AM
You can put the link in the description of the record producer and it should show up in the record producer view.
Please mark this response as correct or helpful if it assisted you with your question.