CrmServiceClient.CreateBatchOperationRequest(String, Boolean, Boolean) Method

Definition

Create a Batch Request for executing batch operations. This returns an ID that will be used to identify a request as a batch request vs a "normal" request.

C#
public Guid CreateBatchOperationRequest(string batchName, bool returnResults = true, bool continueOnError = false);

Parameters

batchName
String

Name of the Batch

returnResults
Boolean

Should Results be returned

continueOnError
Boolean

Should the process continue on an error.

Returns

Applies to

Product Versions
Dataverse SDK Latest