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
CrmSuperStarCrmSuperStar 

The record you are attempting to edit, or one of its related records, is currently being modified by another user. Please try again.

Hello,

I'm getting the above message when someone tries to create a case for  accounts i.e it is only for few random accounts.I searched all the forums but I couldn't find any solutions.Any help to find this solution will be appreciated.
 
RamuRamu (Salesforce Developers) 
This basically happens when there is a conflicting modification being done by other user/process on a particular record that you are trying to access. Mostly it will happen when anykind of batch process is running in the background and locked the particular record you are trying to access(in your case Account). To get rid of this problem, you would need to check if there are any scheduled apex classes running in the background on Accounts/Cases and see if there is anything you can do to optimize the code to avoid conflicting behavior.

Hope this helps.
mahesh babu 45mahesh babu 45
Hi, 
i am also facing this same error in changeset, how to resolve this