Hi.
We have a Sales order view containing order and order lines. We have a problem with zipcode beeing populated in both zip code (Postnummer) and City (Poststed). You can see the problem in the picture below. The delivery address (Leveringsadresse) is also wrong.

I have been able to find this corrupted date in the CUSTINVOICEJOUR table and have tried to update the rows for this invoiceaccount/customer with correct data using an SQL-statement in MS SQL Server Manager Studio:
begin
transaction
update
CUSTINVOICEJOUR set DELIVERYCITY = INVOICECITY where INVOICEACCOUNT = 'xxxxx' and DELIVERYCITY =
'3702'
commit
transaction
The problem is that the view in Dynamics is not updated.
So my question is whether I am updating the correct table.
Thanks!
*This post is locked for comments
I have the same question (0)