Module - launch an external URL using a property

thinker
Giga Contributor

Hi there,

I am trying to create a Module of Link type URL (from arguments) to launch an external URL. For a static URL it works fine but now I need to add the value of a System Property at the end of it.

For an example, I want to launch: https://externaldomain.com/{ValueOfASystemProperty}

I tried using javascript:gs.getProperty and things alike, but nothing seems to work. Any ideas?

Thanks,

Vipin

6 REPLIES 6

Thanks Vipin for the details steps. I get your point now. I don't think there is a way we can remove that empty page(as per point 1). Maybe you can add some message on the UI page to let the users aware that they will be redirected to an external site.

 

Thanks,

Pradeep Sharma

Thanks for the quick reply. Is there a way I can redirect back to previous page?