When I'm trying to import a csv in "leads", the field "company name" doesn't register in the field "accountName"...
csv structure :
Company Name | Address1 | Postal Code | Town | Title | First Name | Last Name | email
The company name can't be registered in "accountName", but the other fieds are processed...
Could you please give me the process in order to do that ? (Do I need to populate the accounts table first ? But then how the import of leads will make the link with the account table ?...)
csv structure :
Company Name | Address1 | Postal Code | Town | Title | First Name | Last Name | email
The company name can't be registered in "accountName", but the other fieds are processed...
Could you please give me the process in order to do that ? (Do I need to populate the accounts table first ? But then how the import of leads will make the link with the account table ?...)
Comment