2870
Views
17
Comments
How to open a site outside of the aplication
Question

I want to open a url, a site outside of the outsystem, how can i?

2024-03-14 14-46-22
Nelson Inácio

Create a External Site object inside a web flow. Then use it on the link to navigate to any URL outside Outsystems page.

https://screencast.com/t/rGzvIn9UbW

UserImage.jpg
Vinicius Schonardie

Nelson Inácio wrote:

Create a External Site object inside a web flow. Then use it on the link to navigate to any URL outside Outsystems page.

https://screencast.com/t/rGzvIn9UbW

Didn't worked, i have to put something different on the url?


2024-03-14 14-46-22
Nelson Inácio

Vinicius Schonardie wrote:

Nelson Inácio wrote:

Create a External Site object inside a web flow. Then use it on the link to navigate to any URL outside Outsystems page.

https://screencast.com/t/rGzvIn9UbW

Didn't worked, i have to put something different on the url?


Give some more details of what you want to do.

On the URL for example you can put "www.google.com", then will open google. You can add a parameter if URL isn't static.

2025-08-22 10-19-44
Pramod Jain
 
MVP

What exactly you want to put in the url , External Site is to redirect Outside outsystems application only.


Regards

-PJ-

UserImage.jpg
Vinicius Schonardie

Pramod Jain wrote:

What exactly you want to put in the url , External Site is to redirect Outside outsystems application only.


Regards

-PJ-


I just want to open the site that i will pass on the browser of my phone just this...

2022-06-29 22-42-03
Miguel Vicente

@Vinicius Schonardie

Hello Vinicius, 

You just need to add a property to your link.

Example: 

Extended property = target

Value =  "_blank"

As you can see in this example:


https://miguelvicente.outsystemscloud.com/PreviewInDevices/?IsMobilePreview=True&DeviceName=Smartphone&URL=/DemoPlugins/HomeScreen?_ts=636153450214067411


Kind Regards,

Miguel Vicente

UserImage.jpg
Vinicius Schonardie

The external site way: 

linked the expression to the external site and on url of the external site i putted www.google.com, he opens a page inside of the outsystem saying: SCREEN NOT FOUND: /NAME_OF_ESPACE/www.google.com

The link to external url way:

i did exactly like you said @Miguel Vicente and nothing happens...

I'm using Outsystem 10.0 and testing on  outsystem now, on my iphone...

2022-06-29 22-42-03
Miguel Vicente

@Vinicius

You need to add "https://" before "www.google.com"

Kind Regards

MV


UserImage.jpg
Vinicius Schonardie

Miguel Vicente wrote:

@Vinicius

You need to add "https://" before "www.google.com"

Kind Regards

MV


i added on my application...


2022-06-29 22-42-03
Miguel Vicente

Vinicius Schonardie wrote:

Miguel Vicente wrote:

@Vinicius

You need to add "https://" before "www.google.com"

Kind Regards

MV


i added on my application...


Good Morning @Vinicius

Can you send me the link or a print of your use case, to be more helpful? 

Thank you,

Miguel Vicente


UserImage.jpg
Vinicius Schonardie

Miguel Vicente wrote:

Vinicius Schonardie wrote:

Miguel Vicente wrote:

@Vinicius

You need to add "https://" before "www.google.com"

Kind Regards

MV


i added on my application...


Good Morning @Vinicius

Can you send me the link or a print of your use case, to be more helpful? 

Thank you,

Miguel Vicente




UserImage.jpg
Vinicius Schonardie

Miguel Vicente wrote:

Vinicius Schonardie wrote:

Miguel Vicente wrote:

@Vinicius

You need to add "https://" before "www.google.com"

Kind Regards

MV


i added on my application...


Good Morning @Vinicius

Can you send me the link or a print of your use case, to be more helpful? 

Thank you,

Miguel Vicente



Tried to put "external:"befora and didn't worked... i click and nothing happens!

2018-06-06 10-35-56
Craig Salmon

If you're struggling with the link object. You could just add the link as html in an expression, something like this:

<a href="https://www.google.com" target="_blank">Link Text</a>
UserImage.jpg
Vinicius Schonardie

Craig Salmon wrote:

If you're struggling with the link object. You could just add the link as html in an expression, something like this:

<a href="https://www.google.com" target="_blank">Link Text</a>

how it works can you give a example pleasE?


UserImage.jpg
Sandeep Kapil

I also wants to do the same thing but in href i need Input of a text box.

<a href="TextBox.Value" target="_blank">Link Text</a>

Can it be achieved with Outsystems?

2018-07-12 04-09-25
Vikhyat Sharma

Has anyone gotten a solution to this?

I'm experiencing the same problem as faced by Vinicius. Please help.

UserImage.jpg
Romano Noslin
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.