How to add URL in Help text ?

Abhi_007
Kilo Guru

Hi Team, 

 

I have a requirement where we have Help text "'Click here to view the " and while clicking on "here" it redirect to an URL. The Help Text is attached with the Checkbox where annotation is not available and i have to add the help text via onChange client script.

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Abhi_007 

 

Try like this

 

LearnNGrowAtul_0-1703266931233.png

 

 

https://www.servicenow.com/community/developer-forum/is-it-possible-to-insert-a-link-in-the-help-tex...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Abhi_007
Kilo Guru

@Dr Atul G- LNG Sorry Atul but as per my requirement it is an help text attached with a checkbox so there is no such option available as per your comments as i have to add the help text via OnChange client script.

 

Hi @Abhi_007 

 

Sorry, my solution did not work, as per your wish. But I guided you as per the statement written.

 

Happy it resolved now. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Abhi_007 : Please refer to this post on how to add links to messages implemented via showFieldMsg. It looks like it requires DOM.

 

https://www.servicenow.com/community/developer-forum/can-we-add-a-html-link-in-showfieldmsg/m-p/1725...

 

https://www.servicenow.com/community/developer-forum/html-link-in-showfieldmsg/m-p/2483888

 

Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.