cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically providing Link To URL reference.

Former Member
0 Kudos

Hi All,

I have a hyper link for which i want to provide the reference dynamically. Could you tell me how can i do it?

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member40425
Contributor
0 Kudos

Hi,

Create a context attribute of type 'string'.

And bind it with the reference parameter of link to url element.

set that attribute with the url which you want to run time.

I hope it helps.

Regards,

Rohit

Answers (1)

Answers (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Ravi,

Create an attribute of string type and bind it with the reference property of the link to url UI element. Set the value of that attribute with the help of code wizard (ctrl + F7) according to your need.

I hope it helps.

Regards

Arjun