Hi All,
I am performing an update in CRM via Execute Multiple Request as stated below. I am retrieving more than 1000 records from excel and updating it in CRM.
ExecuteMultipleResponse mulresponse = (ExecuteMultipleResponse)_service.Execute(multipleReq);
I have more than 1000 records to be processed.
I am not sure as to how to handle this.
Regards,
Rahul
*This post is locked for comments
I have the same question (0)