- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 10:15 PM
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.
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 10:36 PM
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
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 10:36 PM
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
********************************************************************************************************