Hello Experts,
I am trying to update bulk opportunity record, there are more then 100 records but code update only few and for rest it throw the error like below. And if i keep running the code multiple time all records will be updated. Please provide your opinion.
here is the part of code to update the record.
I am using below
data1.edb_assignto = {
Id: newsectorHeadGuid,
LogicalName: "systemuser",
Name: newsectorHead
};
SDK.REST.updateRecord(data.value[i]["opportunityid"], data1, "Opportunity", saved,err);