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
sourabh shresthasourabh shrestha 

Insufficient access rights on object id

Hi , I have one profile "CAS" and there is a object "call" . A particular user "CAS" is trying to create a call and he is getting error "Insufficient access rights on object id". The same user can create call in Sandbox and not in production. Profile wise and sharing setting of the user is same in both sandbox and Prod.

Any idea wat cud be the issue.

Avidev9Avidev9
Any visualforce page or trigger ?
Do you have them in place ?

DID you check the recordtypes access ?
mbhardwajmbhardwaj
Check sharing rules for that object..
Prosenjit Sarkar 7Prosenjit Sarkar 7
1. Check the other related objects has read permission or not . Such as, if your object is 'Call' has a look up relationship with Account then check OLS for Account also.
2. Check any new workflow or process is added to production related to that object or not .
Prosenjit Sarkar 7Prosenjit Sarkar 7
Also check if the deployment status of the object is 'Deployed' or 'In Development' in your product org.