155
Views
2
Comments
Solved
How to pass an object to another screen?
Question
Application Type
Reactive

Hello!

So, why do I need to pass an object to another screen?
Well, I have a page with a list that has pagination, filters etc.

When I go to see detail from one record, and then come back, I need to keep the filters, page number, etc!

So, maybe I dont need to pass out the object directly to the screen, but I need some way to store this information! 

Is there any way to store it in memory and use it on another screens? How should I do this? What's the best way for this?


Any help is appreciated! :)

2021-06-02 20-50-04
Márcio Carvalho
Solution

Hey

You can use client variables to hold the data that you don't want to be reset.

Here you have an example on the topic of client variables and how to persist data

https://youtu.be/SmW9j4wtPwQ

https://www.outsystems.com/training/lesson/2038/how-to-use-client-variables

Regards,

Márcio

2021-12-29 03-29-46
Ricardo Figueiredo

I literally used client vars for other purposes and forgot to apply here… kind of silly question by me ! Thanks 👌

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