Module - launch an external URL using a property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 08:09 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2018 10:06 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2018 10:34 PM
Thanks for the quick reply. Is there a way I can redirect back to previous page?