Index: AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml =================================================================== diff -u -r34812 -r34818 --- AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 34812) +++ AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 34818) @@ -170,7 +170,7 @@ Set FictiefPostalAddres = ##class(AXaif.Customer.AxdEntityDirPartyPostalAddressView).%New() Set FictiefPostalAddres.class = "entity" Set FictiefPostalAddres.IsPrimary = ##class(AXaif.Shared.AxdExtTypeLogisticsIsPrimaryAddress).Yes() - Set FictiefPostalAddres.CountryRegionId = Adres.GeefLand().GeefIso3() + Set FictiefPostalAddres.CountryRegionId = ..Formatter.FormatLandCode2naar3($Extract(Partij.GeefBTWNr(),1,2)) Set FictiefPostalAddres.Roles = "Business" Set FictiefPostalAddres.LocationName = DirParty.Name Set PostalAddres.LocationName = DirParty.Name