[SalesForce] It is possible to set the concurrency mode for a Data Import Wizard job

I'm running in to some problems that I believe may be related to parallel processing of an 'Add new record' job by the Data Import Wizard.

Is it possible to somehow force the concurrency mode for the Bulk Data Load job created by the wizard to Serial?

Best Answer

I don't think Import Wizard have the option to run bulk import in serial import as of now.

The other workaround for this is use Data loader in data loader you have option to load data serially using bulk APi.

Check "Enable serial mode for Bulk API" option.

Ref: https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/configuring_the_data_loader.htm

Related Topic