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
JakesterJakester
Create a custom field on the Account called something like old_crm_id and make sure to indicate that it's an External ID field. Then, when you import the account data from your old CRM, be sure to include the old CRM's ID into that field. Now, when you import the contact data, your old CRM presumably has a field on the contact table that references that account ID. The next step is much easier in Data Loader, because it will prompt you when you import the contact data to supply an external id, which you can now provide. It can be done using Excel and sforce connector, but then you've got to link it up using a function such as vlookup.