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
Gayathri Adoni04Gayathri Adoni04 

Error during Opportunity record updation

Hi All,

I am facing the error "The record you were editing was modified by SAP Data Loader during your edit session."
When i create new opportunity record and record saves and if update any fields i am getting the above error.But if record is already existing and if update any fields i am not facing the above error and fields are updating.

Can anyone tell me what would be the cause and how to overcome this/?

Mnay thanks well in advance.
RAM AnisettiRAM Anisetti
try to refer below link

https://help.salesforce.com/HTViewSolution?id=000006771&language=en_US (https://help.salesforce.com/HTViewSolution?id=000006771&language=en_US)
Gayathri Adoni04Gayathri Adoni04
Hi Ram,

I have gone through your link. But i didn get the solution of how to get rid of this error. Can you tell me where can i modify to overcome this errror?
Waqar Hussain SFWaqar Hussain SF
I think the error is thrown by the trigger which you were written on the object. please have a look to the code of you trigger written for the object. 
Gayathri Adoni04Gayathri Adoni04
@Vickey

How will you tell the error is from Trigger? The logic i written in trigger is working fine.
Waqar Hussain SFWaqar Hussain SF
Suppose you have written a before update trigger on object custon_object__c, which is updating the the object itself (custom_object__c), Then if you update the record of custom_object__c it will throw this error. 
Gayathri Adoni04Gayathri Adoni04
@Vickey Its not because of trigger code i think.I have made inactive of my before trigger and tried still the error persists
Waqar Hussain SFWaqar Hussain SF
Can you please put your code here? So that I can understand better.