- 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
‎11-27-2019 05:25 AM
Hi Ralvarez,
Thanks for your help. I appear to be a novice at this HTML stuff and looking for a little more help please. I updated the code and I am not sure how to encode the &. I did add the attribute encode_utf8
Thanks
return "[code]<a href='/project_status?id=project_status_report&sysparm_sys_id=' + current.project +'&sysparm_sys_class_name=pm_project&sysparm_title=Project%20Status'> 'label name'</a>[/code]";
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2019 06:10 AM
Very simple! There are plenty of online tools for that. Here you have one example:
You only need to paste your URL, press the Encode button and you get the result below.
Otherwise, you can simply replace all appearances of & in your URL by its encoded version: %26

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2019 09:02 AM
Hi Ralvarez,
I got it working!!! with you help above. Thanks
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 01:25 AM
Welcome, glad you made it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 05:34 AM
Hi
I am facing an issue here I have encoded it but at the end %2F is getting added to the link would help me how to remove that from the link.
I am doing a similar configuration.