243
Views
4
Comments
Solved
Can I have a global variable whose value will presist in all screens scope
Question

I just need to set a value to a varibale so that it is avaiable in all screens . 

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Pratik,

Yes, you can. 

  • For Reactive/Mobile Application define and use Client Variable (Under Data Tab) - Client Variable
  • For Traditional Web Application define and  use Session Variable (Under Data Tab) - Session Variable


I hope this helps you!


Kind regards,

Benjith Sam

UserImage.jpg
Pratik Giri

Thank you it worked wonders

2025-03-19 01-45-51
Sandeep Kumar Kolli

what if we're intended to store large amount of compound data by serializing, is there limitations for using client variables ?

2022-08-03 04-32-50
Ravi Punjwani

Hi Sandeep,

It would be better if you create a new forum post since your question and context is different than this existing forum post.


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