- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 04:19 AM
Hi
We like to insert a link to a Catalog Item in a "regular" list.
I know there is a field type "URL" and another type "HTML".
Unfortunately, the HTML field type only works fine on the form itself and the URL field type does not allow setting an display value.
How is it possible?
btw: the values are calculated:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 04:43 AM
None that I know of at this point for the list view.
I love the idea and invite you to open an enhancement request! Our product managers DO listen.
Enhancement requests: Tell us how you would improve the ServiceNow product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2020 01:24 PM
I am not sure why, but the URL encoding did not work for me. What did work was HTML encoding the "&"s to "&"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2021 02:21 AM
Hi,
Could you please tell me how to hide the button from button field if the link field is empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2024 10:48 AM
Just following up to confirm that the solution I shared is still valid in the most recent instances (Xanadu, Washington), with UI16 and Polaris, in both lists and related lists. For the record, I’ve just tested it in the Incident table.
If you’re experiencing issues implementing it, please make sure to follow the steps as outlined and use the code exactly as I provided. Once it’s working, you can start making any necessary adaptations.
If you’re still struggling with it, check the permissions and try using the debugger.
If none of this works, it might be worth considering whether ServiceNow has enabled a property that blocks HTML or Code tags.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2024 06:56 AM
Hi @ralvarez ,
Thank you for the explanation. This is working fine in the native list view. Can you please help to make it work in the Workspace list view as well?
The calculation script shows up as plain text in workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2025 08:50 AM
Having the same issue myself, it works fine in the old list view, but I cannot get it to work in Workspace lists.