How do I add a knowledge base document link in the customer portal?

Tony98
Mega Expert

If a customer answers NO in a customer portal question, I need to show or link to a specific knowledge base document that the customers (store) needs to read/perform before creating a ticket.

How do I do this?

Any examples?

thanks

Tony

find_real_file.png

I have tried using all available options . . . even the HTML

find_real_file.png

1 ACCEPTED SOLUTION

1.Create a label type of variable for this catalog item.


2.The Question of the label variable would be like



<a href="/kb_view.do?sysparm_article=KB0027143" target="blank"><font color="black">Click here to see the knowledge article</font></a>



(modify according to your need.)


find_real_file.png



3.Create an UI policy so that this label variable is visible when customer answers NO in the customer portal question.


View solution in original post

13 REPLIES 13

I copied the UI Macro under the Global scope to see if it then views. Still same.


Mihir Mohanta
Kilo Sage

Question field of the variable dictionary supports html tags.



You can update the question field of this label type variable like the below example.



<a href="/kb_view.do?sysparm_article=KB0027143" target="blank"><font color="black">Click here to see the knowledge article</font></a>


Mihir,



Can you please explain a bit more on your answer. I'm a newb so need a little more help.



thanks


Tony


1.Create a label type of variable for this catalog item.


2.The Question of the label variable would be like



<a href="/kb_view.do?sysparm_article=KB0027143" target="blank"><font color="black">Click here to see the knowledge article</font></a>



(modify according to your need.)


find_real_file.png



3.Create an UI policy so that this label variable is visible when customer answers NO in the customer portal question.


Perfect - thank you soooooooooooooooo much.