Cmdlets for Salesforce Marketing Cloud

Build 24.0.9060

UseAsyncBatch Parameter (Connect-SFMarketingCloud Cmdlet)

Whether to use the synchronous or the asynchronous SOAP API to perform Batch insert.

Syntax

Connect-SFMarketingCloud -UseAsyncBatch bool

Data Type

bool

Default Value

true

Remarks

This property determines whether or not the asynchronous API is used for Insert data to Salesforce Marketing Cloud. These requests will be processed asynchronously meaning the driver will not wait for Salesforce to process the results fully. You can query the following table to get information about the jobs and batches that were created:

SELECT * FROM LastResultInfo#TEMP

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060