The Zurich release has arrived! Interested in new features and functionalities? Click here for more

how to make a label hyperlink in servicenow

Sachin G K1
Kilo Sage

Hi Team,

I have a variable of type label "click here view..." as you can see below. I want to make 'here' as link. So that it links to "www.google.com". Please suggest.

find_real_file.png

Note: I don't have Variable type- Rich text label in my client instance.

Thanks in Advance,

Sachin

1 ACCEPTED SOLUTION

Hi,

Which version you are using? Is it before Paris? if yes, you have to simply create a UI Macro (Platform View) & a Widget (Portal View) to complete your requirement.

Refer old thread - how to make hyperlink in catalog item variable

For Paris or later versions, you have "Rich Text Label" variable that can display a link.

 

Kindly mark correct & helpful based on impact. It will be helpful for future readers.

Thanks,

Sagar Pagar

The world works with ServiceNow

View solution in original post

11 REPLIES 11

Hi,

Which version you are using? Is it before Paris? if yes, you have to simply create a UI Macro (Platform View) & a Widget (Portal View) to complete your requirement.

Refer old thread - how to make hyperlink in catalog item variable

For Paris or later versions, you have "Rich Text Label" variable that can display a link.

 

Kindly mark correct & helpful based on impact. It will be helpful for future readers.

Thanks,

Sagar Pagar

The world works with ServiceNow

Hi @Sachin G K,

Good day! Have you done this? or have any issue? let us know.

Kindly mark my response as helpful or correct based on impact, so that it will be helpful for future readers.

 

Thanks,
Sagar Pagar

The world works with ServiceNow

Hi @Sagar Pagar ,

Thanks for responding, It worked for me.

Anitha H V
Giga Expert

Hi Sachin ,

Please use the below source code and the link will open in new tab

<p>click <a href="https://www.google.com/" target="_blank" rel="noopener noreferrer nofollow">here</a>to view the link</p>

Thanks & Regards,

Anitha H V

Hi Anitha,

Irrelevant answer, i think you have not understood the question properly.