One of the new features introduced inside CRM 2011 Update Rollup 12 is the ExecuteMultipleRequest message in order to perform bulk data operations. More information can be found at this address:
Use ExecuteMultiple to Improve Performance for Bulk Data Load
When the ContinueOnError property is set to true the service will not stop if there are faults, but how we can retrieve the fault entity IDs?
We need to rely on the RequestIndex property inside ExecuteMultipleResponseItem object, the RequestIndex indicates the corresponding request.
Use ExecuteMultiple to Improve Performance for Bulk Data Load
When the ContinueOnError property is set to true the service will not stop if there are faults, but how we can retrieve the fault entity IDs?
We need to rely on the RequestIndex property inside ExecuteMultipleResponseItem object, the RequestIndex indicates the corresponding request.