ForceCertified.com

A free resource for Salesforce.com certification

ForceCertified.com header image 4

Entries Tagged as 'upsert'

Perform an Update Using an External ID [Upsert without the Insert]

November 6th, 2009 · 1 Comment · Tips & Tricks

The ‘update’ function within the data loader does not allow you to specify an external ID.  Well, as it turns out I needed to do just that.
The simple work-around is to simply not include a required field and then perform an upsert.
In my example, I was updating accounts via the external ID “OWNER ID”.  By [...]

[Read more →]

Tags: ·