How to add hyperlink in catalog (checkbox field in catalog item) item

chandan31
Tera Contributor

Hi All,

 

How to add hyperlink in catalog (checkbox field in catalog item) item.

 

 

Thanks and Regards,

Chandan Patra

2 ACCEPTED SOLUTIONS

Hello @chandan31 

have you referred second thread. the requirement is quite similar.

if your requirement is to show hyper link when checkbox clicked, you can do it via on change client script.

refer: Solved: hyperlink in on-change client script - ServiceNow Community

Please hit the thumb and Mark as correct based on Impact!!

Kind Regards,

Ravi Chandra.

 

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@chandan31 

did you try to create checkbox variable and show some field message on form load?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

11 REPLIES 11

Ankur Bawiskar
Tera Patron
Tera Patron

@chandan31 

did you try to create checkbox variable and show some field message on form load?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

yes 

 

 

 

chandan31_1-1689581233013.png

 

I have applied below solution but it is not working 

chandan31_2-1689581383491.png

 

Hi @chandan31 

try placing in as html format like <a> link </a>

I see you added direct link.

Please hit the thumb and Mark as correct based on Impact!!

Kind Regards,

Ravi Chandra.

<a> www.google.com </a> 

 

 

it is not working