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
etechcareersetechcareers 

Insufficient Privileges error message for my standard user

Hi:

   I gave all security permissions to every profile in the apex classes and VF Pages, all objects are in deployment mode... I do not know what else to do but when my user goes to test into a VF Tab they get the following:

 

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.

 

What should I do????

desidskdesidsk

Go to the setup -> Manage Users -> Profile . Selct the profile for which u want to enable visualforce pagetab.

There will be section "Enabled Apex Class Access"  and "Enabled Visualforce Page Access" . Edit them and add whicever classes and pages u want to enable for user .

 

 

etechcareersetechcareers

Hi thanks for the reply but all the pages are enabled plus the Apex classes are enabled for every user...

I do not know where am I going wrong here

Imran MohammedImran Mohammed

Were you able to resolve the issue?