Hello all,
I have a little problem. I need to make a query in SQL to show all the invoices that have been delivered to a country not UK.
So, I need the field LogisticPostalAddress.CountryRegionId.
The problem is that I can't find the relation between this table and salestable or CustinvoiceJour. At first, I tought that one relation could be LOGISTICSPOSTALADDRESS.LOCATION = CUSTINVOICEJOUR.DELIVERYPOSTALADDRESS but the data that shows is not the correct, so the link is not the correct one.
Did you used this relation already? Can you tell me the correct relation?
Thank you very much!