Label as Link

ggg
Giga Guru

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?

1 ACCEPTED SOLUTION

User664605
Kilo Guru

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.

View solution in original post

3 REPLIES 3

SatheeshKumar
Kilo Sage

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.

URLString field that is a clickable URL field when locked.


Using BR or client script to build the url and set to this field.

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

User664605
Kilo Guru

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.