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
Suresh RaghuramSuresh Raghuram 

Inetnet Explorer not throwing the Too many Soql Quries error

Hi Community,

When I am saving the records on  VF Page it is hitting Too Many Soql quries:101 Exception on {!saveRecords}.

I can see this error in all the browsers except IE. In IE loading symbol is continously running where as in other browsers it is breaking and howing the above said error.
But I had to catch this error and show in the page messages.

I tried in the Try catch block and failed.
When I walk thru the debug logs I noticed the control is going to the case object and hitting the Too Many Soql queries error and not going in to the Try catch block.

So please share your ideas, code snippets.

Thanks.
logontokartiklogontokartik
Hi,

It would be helpful if you post your code which is causing the issue