You need to sign in to do that
Don't have an account?
LFI
Importing Contacts does not create Accounts and permissions issue
Hello,
I am helping a non-profit organizationg and setting up SF system for them. We need to import a list of about 2500 Contacts from another system. I have already created the fields and mappings, and import works. However during the import, accounts are not created and thus the contacts remain private. From there there are tons of other permissions related issues, suchs as the reports and dashboards don't work. I tried importing from both the Data Loader and the Data Wizard. Both don't create accounts, just contacts.
What am I missing and is there another way to upload a large CSV? We have the non-profit package for Sales Force if that has any limitation. Appreciated any thoughts on the problem!
I am helping a non-profit organizationg and setting up SF system for them. We need to import a list of about 2500 Contacts from another system. I have already created the fields and mappings, and import works. However during the import, accounts are not created and thus the contacts remain private. From there there are tons of other permissions related issues, suchs as the reports and dashboards don't work. I tried importing from both the Data Loader and the Data Wizard. Both don't create accounts, just contacts.
What am I missing and is there another way to upload a large CSV? We have the non-profit package for Sales Force if that has any limitation. Appreciated any thoughts on the problem!
Create one account and have that id handy. Then in your contacts import file, include one other column "AccountId" (exclude quotes). When you perform data load make sure you map accountId column to accountId field on contacts.
All Answers
Let me try answering part of your question,
Before you import contacts, You need to import Accounts first (and have these newly created id's handy). If you think accounts already exist in sfdc, you will need these account id's maaped into your contact import file. That's how you create accounts and tie them to your contacts. Get through this part first and let me know if you have any problems with it.
Thanks.
I have about 100 custom fields in the Contacts object that match the CSV we are getting from this other system. Do I need to create the same fields for the Accounts object or what is the bare minimum? I read something about that it needs names and company. I have the contact names in separate fields for first/middle/last. Thanks for any suggestions!
Now you want to import this account data first and yes, you have to do some data massaging in order to map account data from your legacy system to sfdc (to learn about account object and fields: https://www.salesforce.com/developer/docs/api/Content/sforce_api_objects_account.htm#topic-title)
In order to understand bare minimum for creating account, go into sfdc and try creating an account by navigating to accounts tab.
Create one account and have that id handy. Then in your contacts import file, include one other column "AccountId" (exclude quotes). When you perform data load make sure you map accountId column to accountId field on contacts.