Hyperlink in Description

reza1921
Tera Contributor

Hi all, 

 

I want to add a hyperlink in the description for a category on the service portal. Is that possible? 

 

What other options do I have to achieve this? I want to add a hyperlink for FAQs on one of the categories. 

 

reza1921_1-1730075158239.png

 

 

1 ACCEPTED SOLUTION

Moin Kazi
Kilo Sage
Kilo Sage

Hi @reza1921 ,

 

I have checked sc_category table field Description and it is translated text type field which does not support HTML or Markdown and will display content as plain text always.

 

Hope this help you.

 

Regards

Moin

View solution in original post

3 REPLIES 3

Hitoshi Ozawa
Giga Sage
Giga Sage

Maybe not understanding the question.

Just add a link to a text from Maintain Item - Catalog Item's Description field.

HitoshiOzawa_1-1730095305119.png

Result in service portal. There is a link on text "ServiceNow"

HitoshiOzawa_2-1730095335490.png

 

 

 

Moin Kazi
Kilo Sage
Kilo Sage

Hi @reza1921 ,

 

I have checked sc_category table field Description and it is translated text type field which does not support HTML or Markdown and will display content as plain text always.

 

Hope this help you.

 

Regards

Moin

Hitoshi Ozawa
Giga Sage
Giga Sage

If you want to modify the "description" field's type to html instead of text in the Maintain Categories, you'll first need to change the data type of field "description" in sc_category table from "Translated Text" to "Translated HTML".

You'll be able to enter a link in your catagory description now but when displayed on the portal, description will come up as a HTML string because SC Category Page" widget quotes the description field when displaying.

Since you can't modify the SC Category Page directly, you'll need to clone it and then modify the content. The downside is that ServiceNow may overwrite any changes when ServiceNow is upgraded.