Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to create a Hyperlink in text field which takes me to that URL upon clicking the value in the Field. I want to do it in such a way that if the Fields are some kind of IDs, and the URL is www.google.com/<ID>, it should automatically append that ID to the URL and redirect.
Hi,
You can create a text object and provide the hyperlink by setting up the actions -> external -> open URL
www.google.com&Select=LB14,value
This will send the list box value which you select from it.
Thanks,
SV
Hi Dheeraj,
You can adapt the load script according to your need. Check the attachment and let me know.