function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhilash Mishra 13Abhilash Mishra 13 

Interaction between multiple pages using a global data set

I have a data set . and i want to interact between different Visual force pages by sharing this data.
Is it possible 

Thanks
abhilash
James LoghryJames Loghry
It's possible, but your requirements are rather lacking.  Possible ways you could pass data between VF pages:
  1. The VF pages use the same controllers and/or extensions.
  2. Using custom settings instead of retaining data across the controllers (depends on your requirements)
  3. Reading  or querying / Writing from/to sobjects (again, will work depending on your requirements)
Abhilash Mishra 13Abhilash Mishra 13

Hi James..

There is some id's i want to share between multiple pages.
The idea is to create a gloabal variable or something and store them in it.
share it across all the pages.

Now what would be the best suited option in this case. can u help?

Thanks
Abhilash 

Mani RenusMani Renus
You can pass your Ids in URL while redirecting into other pages!!
Abhilash Mishra 13Abhilash Mishra 13
Hi mani 
There are more than 20 ids.