Change url when input parameter of screen is changed
73
Views
1
Comments
New
Frontend (App Interfaces)

Currently, when an input parameter is changed the URL stays the same, so when the user refreshes the screen they will see the original URL,

When the URL changes when the input parameter is changed the user will see the same page on refresh.

We change the input parameter on screens to not reload a full screen but only the data displayed. 


Then you should either do a redirect screen destination with the new value, forcing the new input parameter to be used.

Or save the current values in Client/Session variables, or an entity filled with the current variable value linked to the current user.

Why would you want to modify the URL, during the usage of the application?

Filter mechanisms, even on the OutSystems forum pages for instance, redirect to the same page, with a modified query filter parameter set.