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
Developer BaseDeveloper Base 

Importing data with lookup to a record defined by a Unique External ID

Hello,

let's say that I have an Account A with External ID '123'.

I have 10 payments with field Account External ID - each payment = 1 record.

I want to import these 10 payments and they all have the Account External Id equal to '123', so they should map to the Account A via a lookup.

How do I do that?
ankit bansalankit bansal
Hi,
Please use data loader for importing data using external id.
https://help.salesforce.com/s/articleView?id=000320964&language=en_US&r=https%3A%2F%2Fwww.google.com%2F&type=1 (https://help.salesforce.com/s/articleView?id=000320964&language=en_US&r=https%3A%2F%2Fwww.google.com%2F&type=1)