Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

Does ExecuteMultipleRequest work in CRM Outlook client in offline mode?

$
0
0

Hi All,

I have a plugin 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 records 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.


Viewing all articles
Browse latest Browse all 46379

Trending Articles