Hi
I develop an app. In this app i have a function where i wish to choose page size for a print. I use a device barcode scanner that refresh the page when it scan. Therefor i need to save the last choice that the user select, so they not need to do select this on next scan. My problem is that the i save this in a page variable that is deleted when page refresh. How do i save this between the scans.
So the best solution for this, what is that. Is it Client variables?
It is a mobile app
Thanks in advance
Hello @klaus bergh
You can save it in a client variable, or you can save to some extent entity from the User.
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Handling_Data/Client_Variable?_gl=1*7d8u5g*_ga*NTE5ODUyNDc3LjE2NDgwMjU1NDM.*_ga_ZD4DTMHWR2*MTY0OTgzNTI1Mi4xLjEuMTY0OTgzNTQzNC41MQ..
https://www.outsystems.com/forums/discussion/73600/i-need-to-add-a-functionality-in-my-application-to-save-the-filters/
Regards,
Márcio
Hi @Márcio Carvalho
Thanks. I edit my question a little bit, because it was how to find the best solution, but i think you are right that client variable is the best, it was mostly to find the right solution
So thank you