771
Views
3
Comments
Solved
set value to an input parameter from external site link
Question

Hi, everyone,


I need your help with this issue. Im redirecting to my outsystem web application, from an external site link. The thing with this link, is that requested webscreen receives a parameter, so i need to set the input variable value trought the url. For example: https:www.myWebApplication/myPage.aspx?inputParameter='mySettedValue'. Then, when the Preparation action webscreen is executing, the GetBookmarkableURL() action only gets the page url without any parameter, just like this  https:www.myWebApplication/myPage.aspx.

2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi Mario,

Why are you using GetBookmarkableURL()? The value you pass to the variables is on the input variables

Regards,

Marcelo

2021-04-09 11-42-43
assif_tiger
 
MVP

Mario Pradenas wrote:

Hi, everyone,


I need your help with this issue. Im redirecting to my outsystem web application, from an external site link. The thing with this link, is that requested webscreen receives a parameter, so i need to set the input variable value trought the url. For example: https:www.myWebApplication/myPage.aspx?inputParameter='mySettedValue'. Then, when the Preparation action webscreen is executing. the GetBookmarkableURL() action only gets the page url without any parameter, just like this  https:www.myWebApplication/myPage.aspx.

Hi Mario,

refer below link for the solution.
https://www.outsystems.com/forums/discussion/6648/session-variable-to-external-site-url/

Thanks


2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi Mario,

Why are you using GetBookmarkableURL()? The value you pass to the variables is on the input variables

Regards,

Marcelo

2018-07-17 14-10-54
Mario Pradenas

Hi, guys, i solved the issue using an input parameter and setting the same parameter name in the url link.
 Thank you for your replies!!!

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