You need to sign in to do that
Don't have an account?

system.security.NoAccessException: Update access denied for Account, controller action methods may not execute
Hello All,
I dont know why this error pop up is comming.can any body please help for this when i am trying to save i am getting this error.
system.security.NoAccessException: Update access denied for Account, controller action methods may not execute
.
I dont know why this error pop up is comming.can any body please help for this when i am trying to save i am getting this error.
system.security.NoAccessException: Update access denied for Account, controller action methods may not execute
.
First and foremost sincerely regret delayed reply.
This error means that the profile that executes the apex code has no permission to update accounts.
Do you have access to the apex code, or to modify your profile ?
- change the first line of apex code from "public with sharing..." to "public without sharing...".
or- add create permission to your profile (setup / manage users / profiles / your profile / check create checkbox in account object)
orIf this occurs in a public site, go to setup / develop / sites / your site / click on public access settings.
if none of this work, the problem is inside the apex code, the developer who wrote th code is the best to debug it.
Also keep in mind that Sites users cannot update accounts, this is a licensing limitation.
For more information follow these links.
- https://developer.salesforce.com/forums/?id=906F00000009AIWIA2
- http://www.tgerm.com/2010/10/debugging-sites-authorization-required.html
Please mark this post as solved if the information helps.Best Regards,
Nagendra.P