What is the secret to formatting an Account type f...
# csvimports
r
What is the secret to formatting an Account type field for a csv upload? I've tried just using {#####}, {##### Name}, {Name}, changing the field type to internal id and using that within the CSV import settings, nothing works. I've tried dozens of times.
k
are you trying to upload a COA record?
r
no, its a custom field on projects
k
so it is not related to the native account type? Is this a custom field?
r
Is is, it's a list/record of type Account
m
What error are you getting in the csv response?
r
Invalid custentity_dw_adj_account reference key 1035. This time I used internal IDs. They are all correct and 5/15 succeeded.
It's been a headache like this every time I've ever done accounts.
Resolved. No idea why internalId doesn't work properly, but the format it wants is {Child Acct #} {Parent Acct Name} : {Child Account Name}.
k
Yeah!!! but this is is not account TYPE, this is account NAME, and because of this native set up you do not have to use it, just use internal IDs of accounts, and you will be golden
m
Good to hear it’s resolved. I always struggle to import accounts as well. Projects are similar too