Display hyperlink instead of full url in URL field

carlh
Kilo Guru

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

21 REPLIES 21

Which part of that URL is "variable", James?


actually the table.field2 is the variable (at the end of the url my_app=)



thanks.



James


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


I'm glad you got your question answered. Thank you for participating in the community.


Perfect!   It worked great for my Catalog Item (just creating/using a Macro with your jelly script!)