Index: AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml =================================================================== diff -u -r35691 -r35705 --- AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml (.../CustomerCreateConverter.cls.xml) (revision 35691) +++ AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml (.../CustomerCreateConverter.cls.xml) (revision 35705) @@ -209,7 +209,7 @@ Set FictiefPostalAddres = ##class(AXaif.Customer.AxdEntityDirPartyPostalAddressView).%New() Set FictiefPostalAddres.class = "entity" Set FictiefPostalAddres.IsPrimary = ##class(AXaif.Customer.AxdExtTypeLogisticsIsPrimaryAddress).Yes() - Set FictiefPostalAddres.CountryRegionId = ..LandRepository.GeefViaLandCode2Lang(..LandCodeUitBTWNummer(Partij.GeefBTWNr())).GeefIso3() + Set FictiefPostalAddres.CountryRegionId = ..LandRepository.GeefViaLandCodeIso2(..LandCodeUitBTWNummer(Partij.GeefBTWNr())).GeefIso3() Set FictiefPostalAddres.Roles = "Business" Set FictiefPostalAddres.LocationName = DirParty.Name Do DirParty.DirPartyPostalAddressView.InsertAt(FictiefPostalAddres,1)