- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 03:51 AM
Is there a way to make the label of a field be a clickable link to a record?
For example,
I have a child record, and I have the number of the parent on the child like so:
Parent Record Number: TST-01-01
I would like the label, "Parent Record Number" to be a clickable link.
is that possible?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2019 02:31 AM
Hi,
Could you please try the the below steps for making a field label Clickable :
1) Right click on the field name "Parent Record Number" in the form.
2) Go to Configure Label.
3) Fill the value of URL field as per your required URL and Update.
Now you can find your record's field "Parent Record Number" clickable and on clicking, it will take you to the required page.
Hope it helps.
Thanks,
Sameekshya
PS : Mark the answer Helpful or Correct if it solves your issue/anyway helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 04:33 AM
Unfortunately you cannot do that using a label.
As a workarround you can create a new field in your form of data type URL and place it in the required place.
URL | String field that is a clickable URL field when locked. |
Using BR or client script to build the url and set to this field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 09:48 AM
so, the value in the url field is something like
<a href="https://www.cnn.com">www.cnn.com</a>
???
still don't get this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2019 02:31 AM
Hi,
Could you please try the the below steps for making a field label Clickable :
1) Right click on the field name "Parent Record Number" in the form.
2) Go to Configure Label.
3) Fill the value of URL field as per your required URL and Update.
Now you can find your record's field "Parent Record Number" clickable and on clicking, it will take you to the required page.
Hope it helps.
Thanks,
Sameekshya
PS : Mark the answer Helpful or Correct if it solves your issue/anyway helpful.