function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Santhosh SSanthosh S 

Can we perform upsert from ant script to load data with salesforce record id without using externalIdField field.

Hi All,

I am using Ant Script with data loader, i have data with record id and i am trying to upsert data but using the below document i can see loader_params should have externalIdField to upsert but in my case i don't have external id field. Any one tried update or upsert with record Id?

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