Opening a Knowledge Article from a Record Producer

John Prouty
Kilo Guru

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?

1 ACCEPTED SOLUTION

Click on the Insert link button as shown below.

find_real_file.png

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

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

8 REPLIES 8

sachin_namjoshi
Kilo Patron
Kilo Patron

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

Kopal Garg
Tera Expert

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

Since this is for a Record Producer, where do I put the client script?

SanjivMeher
Kilo Patron
Kilo Patron

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.