Display hyperlink instead of full url in URL field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2016 10:02 AM
Good morning,
Yesterday I got some help from ctomasi and it's working great! Can we concatinate 2 fields to complete a URL?
Recap.
I have a URL field that is created by concatenating 2 values. For extra credit, I would like to show a hyper link rather than the full ugly URL on the form. Can this be done?
Please advise and thank you!!!
Regards,
Carl

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 02:55 PM
Which part of that URL is "variable", James?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 02:58 PM
actually the table.field2 is the variable (at the end of the url my_app=)
thanks.
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016 07:13 AM
Hi, Chuck,
I resolved my issue.
I created a html field from the form and use client script to add the table.field as a parameter to the url, and make it read-only. So from the form it shows just the LINK than the real url. And when click, it brings up the service portal with the parameter to show the info.
Thanks,
-James

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016 07:16 AM
I'm glad you got your question answered. Thank you for participating in the community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2017 07:30 AM
Perfect! It worked great for my Catalog Item (just creating/using a Macro with your jelly script!)