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
SforcehariSforcehari 

Maximum View state limit exceeded?

Hai to Salesforce,

 

   I am getting following problem 

 

           Miximum View state limit exceeded.

 

I have form there i am selecting options,based on that i am displaying results on the Vfpage.It is working fine in one sand box .but it is not working in another sandbox,there i am getting above exception, when i am trying to execute that page.

 

Please heklp me to solve the above issue.

 

Regards,

Haribabu Amudalapalli

hemantgarghemantgarg

There is view state limitation on visualforce page. For this there is no solution other that to optimize your page and minimize the data in your  view state. You can use Transient variables wherever it is possible.