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
Devendra NataniDevendra Natani 

Insufficient Privileges for system administrator

Hello,

 

We have a search page where we are displaying account and contact records. We do have search box and some filter criterias on this page as well. When I click on search button ( using actionFunction to call the controller method), It gives me the following error. 

 

Insufficient Privileges
You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary.

 

Note - This org has been updated to summer 2013 yesterday. The search functionality was working fine till yesterday. 

Please let me know if any one else is having the same issue as well or its related to summer 13. 

 

Thanks,

T-HanT-Han

Check this: https://success.salesforce.com/apex/issues_index?search=search

 

And is your whole page a custom search-I believe? 

Devendra NataniDevendra Natani

 

We have fixed this issue. Its was coming because of the controller was getting failed. I fixed the test class and then checked the  functionality and Its working absoutely fine. I am not sure about the depency of test class with controller class while I am searching the records from page. It might be salesforce summer 13 issue.

 

Thanks,