Hello All, I am new Admin/developer here.When troubleshooting our Org, I see this error message:An error occurred while updating Budget:Message update failed.First exception on row 0 with id:xxxxxxxxxx.First error:Insufficient access or read only.Insufficient access rights on object id:[]cause null.Based on what I went through, looks like Apex triggers.
Hi,This may happen when a user is updating to the records who does not have permissions.Check for trigger or apex class.If apex class is causing this issue then remove with sharing clause in apex clause.Best Regards,Sandhya