We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Hyperlink string field in list view

Or Kalev2
Tera Contributor

I have a string field at my table. When I click on the field on the list view I like to open a new tab and use the URL I save in another field. 

For example: 
I have a field named 'x' and another called 'xURL'. 
When I click on 'x' in the list view I like to pop up a new tab with the URL that I have in 'xURL'.

I succeeded in doing it in form view but didn't in list view. 

2 REPLIES 2

Mark Manders
Giga Patron

Clicking on a string field in the list view, will not do a thing. It's just a string and not clickable. Even if you put it as first column, you will just open the record, not your url.

Why not just put the url field on the list. That makes that you will open the url when you click on it.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

When I add the URL field I see the URL address and not the label that I like to see at the list view. 

For example: for https://www.google.com, I like to see 'Google'.