Hello Everyone
I am unanable to import customer invoices , I have the Error “CustomerLocationId” not found. However, all the customers have their adresses
Hello Everyone
I am unanable to import customer invoices , I have the Error “CustomerLocationId” not found. However, all the customers have their adresses
Best answer by jknauf
This could be an issue of ID vs CD then. Usually the value the database stores and uses as the Key (the actual ID) is different than the one that it displays to users (this is usually called the CD behind the scenes). The issue with this is that things like GIs use the Display names as parameters, in which case the CD would also be called the ID which can cause some confusion.
So I think the core issue you’re probably having then is that the import wants the actual ID, but you’re giving it the CD. Either that or Vice-Versa. Hopefully this information can help you troubleshoot, but I’m not an expert in imports so I can’t say definitively how you’d resolve this error. I’d try double checking input parameters are correct (is there one that says CD or perhaps a different locationID field?) or try exporting from a different context if you can to try to get the actual IDs.
Worst comes to worst, if this is your issue I know you could fix it by modifying your input data with an SQL query, or writing custom import logic to convert them on import.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.