Hyperlink to Catalog Item Description Area

WP2
Kilo Guru

Hello,

I have a requirement to add Hyperlink to the Description area of a Catalog item that says Click Here. What is the best way to achieve this? Please give examples if you have.

Thank you.

1 ACCEPTED SOLUTION

Brandon Barret1
Mega Sage

You could use an html anchor tag for this I think:

https://help.typepad.com/anchor-tags.html

ServiceNow KB-Specific:

https://community.servicenow.com/community?id=community_question&sys_id=2b678b69db1cdbc01dcaf3231f96...

Place your anchor in the text where you want the hyperlink to navigate to. The above doc explains it pretty well. 

If you want other parts of the article to not appear, you would need a new view or ACL's more than likely. But just a link to a specific section? Anchors are the way to go.

 

Mark helpful or correct if you feel like it.

View solution in original post

2 REPLIES 2

Brandon Barret1
Mega Sage

You could use an html anchor tag for this I think:

https://help.typepad.com/anchor-tags.html

ServiceNow KB-Specific:

https://community.servicenow.com/community?id=community_question&sys_id=2b678b69db1cdbc01dcaf3231f96...

Place your anchor in the text where you want the hyperlink to navigate to. The above doc explains it pretty well. 

If you want other parts of the article to not appear, you would need a new view or ACL's more than likely. But just a link to a specific section? Anchors are the way to go.

 

Mark helpful or correct if you feel like it.

The Anchor works fine although I opted for the insert/edit link this time. Thanks for sharing.