Home:ALL Converter>Does ExecuteMultipleRequest work in Outlook offline mode?

Does ExecuteMultipleRequest work in Outlook offline mode?

Ask Time:2017-02-22T15:11:40         Author:Anand Kumar M

Json Formatter

I have a plugin ex:which updates all its child records when that is updated.

This plugin is registered to execute in offline mode as well.

I have done this using ExecuteMultipleRequest. This is working fine when I am updating the parent record from CRM instance.

When I go offline and try to update the parent record its throwing business process error "executemultiplemaxbatchsize".

I checked the exception with Debugging it is as below.

System.NotImplementedException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #ABA895C7

Does ExecuteMultipleRequest work in Outlook offline mode?

As per MSDN link https://msdn.microsoft.com/en-in/library/microsoft.xrm.sdk.messages.executemultiplerequest.aspx it says
This message works regardless whether the caller is connected to the server or offline.

Author:Anand Kumar M,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42384877/does-executemultiplerequest-work-in-outlook-offline-mode
yy