How to make hyper link of a annotation field ?

1_DipikaD
Kilo Sage

Hi 

 

I made annotation field in a form and added annotation text " Raise a request ". I want make this text a hyperlink so that when i click on that a catalog item will open on portal.

 

1_DipikaD_0-1731391986050.png

Thank you

1 ACCEPTED SOLUTION

PrashantLearnIT
Giga Sage

Hi @1_DipikaD 

 

You can select Annotation of type HTML, and write the below code - 

 

<a href="https://dev192556.service-now.com/sp?id=sc_cat_item&sys_id=907a3034c3755210440478edd4013195&sysparm_...">Raise a Request</a>

 

You can provide your URL and then the problem will solve.

 

********************************************************************************************************
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.

********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect


Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************

View solution in original post

1 REPLY 1

PrashantLearnIT
Giga Sage

Hi @1_DipikaD 

 

You can select Annotation of type HTML, and write the below code - 

 

<a href="https://dev192556.service-now.com/sp?id=sc_cat_item&sys_id=907a3034c3755210440478edd4013195&sysparm_...">Raise a Request</a>

 

You can provide your URL and then the problem will solve.

 

********************************************************************************************************
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.

********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect


Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************