Bulk Write Api: Associate Contacts with Accounts when I bulk write Contacs
Hello everyone. I'm posting here after trying chat support. Maybe someone in the community knows the answer. Doesn't seem like it should be that difficult. I generate a CSV of clients and create a bulk write job. All of the clients are created, but none of them are associated to an account. I have the column Account_Name.id in my csv and I've tried two different values, zcrm_4727520000000480159 and 4727520000000480159. These are the values you get when you export the account or retrieve it via the API.
I've also tried with different headings...
Account_Name.Account_Name
Account_ID.Account_ID
Account_Name.id
Account_Name.Account_ID
name.id
And with the heading Account_Name.name and the name of the company instead of its id. None of this has worked.
Have anyone successfully associated a company with the account when writing the company via bulk-write?