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
DipakDipak 

Insufficient preveilege Error in Submit button click at VF page

Hi,

I am facing a problem while trying to run a VF page which has some input fields and submit will insert data in an object.
While clicking submit, it is showing

Insufficient previlege Error.

But I have checked VF page, Class, Object all have field level security arrangment proper.
Also Profile level setting is ok.
So what can be other reason for it.

Please help. Thanks in advance.

Andrew WilkinsonAndrew Wilkinson

I have received this when the page does not exist. What page are you returning in your page reference?

APathakAPathak

Are any child objects also getting inserted here? Permissions for inserting child objects are also needed then.

 

Does the user has access to the page that he is directed to after saving?

 

DipakDipak

Thanks for reply.

yes. The returning page has access to user.I have also tested by void return.  I am using system admin profile.
Also Child objects had access. 

I am totally clueless about this situation.