AsyncBulkOperation
A boolean indicating if you would like to use asynchronous services when inserting, updating, and deleting.
Data Type
bool
Default Value
false
Remarks
Tableau CRM responses can be fairly slow when inserting data. In these situations it is best to use asynchronous services to submit the data. Asynchronous services allow Tableau CRM to process the data while your application continues executing. The downside of using asynchronous services is that you will need to check the status of the insert manually to see if Salesforce has finished processing the request and see if there were any issues.