cancel
Showing results for 
Search instead for 
Did you mean: 

LinkToURL reference property a little short

Former Member
0 Kudos

Hi

I pasted in a SDN URL into the reference porperty of a LinkToURL UI element and discovered that it got truncated at about 128 characters

Perhaps the size of this property should be increased

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

Madhu2004
Active Contributor
0 Kudos

Hi,

Create a context attribute. URL type string.

bind this attribute to the refernce property of the link to URL.

In wddoint write the below code:

data lv_url type string.

lv_url = 'ur sdn url'.

wd_context->set_attribute( name = 'URL' value = lv_url ).

Regards,

Madhu