MS Dynamics CRM 2013 support ExecuteMultiple (version 3.2.87v)
For MS Dynamics CRM 2013, we now support the ExecuteMultiple method for Create, Update and Delete. ExecuteMultiple allows to send several records (Create, Update or Delete's) to CRM in one request and it greatly increases speed !
Some report a 600% increase in speed - we believe you can gain even more speed in some situations.
ExecuteMultiple is available in CRM 2011 Update Rollup 12 (released December 2012). In RapidiOnline, we can control the use of ExecuteMultiple through the cfg parameter called "MSCRMExecuteMultipleBatchSize" (controls the maximum number of Records to send in one request). If set to 1, the use of ExecuteMultiple is disabled and we are compatible with older CRM versions.
version 3.2.87v