Tableau Connector for Salesforce Marketing Cloud

Build 25.0.9539

UseAsyncBatch

Specifies whether provider uses the asynchronous SOAP API for batch insert, update, or delete operations.

Data Type

bool

Default Value

true

Remarks

When set to true, batch operations requests are sent using the asynchronous SOAP API. The request returns immediately, and Salesforce processes the operation in the background.

When set to false, batch operations are performed using the synchronous SOAP API, and the request waits for the operation to complete.

You can query the LastResultInfo#TEMP table to view information about the jobs and batches created during asynchronous operations.

This property is useful when you want to avoid long-running synchronous operations or need to monitor batch processing separately.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539