CrmServiceClient.CreateBatchOperationRequest Method (String, Boolean, Boolean)
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Creates a batch request for executing batch operations. This method returns an ID (GUID) that will be used to identify a request as a batch request vs a "normal" request.
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Public Function CreateBatchOperationRequest ( batchName As String, returnResults As Boolean, continueOnError As Boolean ) As Guid
Parameters
- batchName
-
Type:
System.String
Name of the batch.
- returnResults
-
Type:
System.Boolean
Indicates whether results should be returned. true or false.
- continueOnError
-
Type:
System.Boolean
Indicates whether the process should continue on error. true or false.
Return Value
Type: System.GuidMicrosoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: