Index: vhUnitTest/AX/Uitgaand/Klant/KlantNaarBestand/Test.cls.xml =================================================================== diff -u -r33551 -r33554 --- vhUnitTest/AX/Uitgaand/Klant/KlantNaarBestand/Test.cls.xml (.../Test.cls.xml) (revision 33551) +++ vhUnitTest/AX/Uitgaand/Klant/KlantNaarBestand/Test.cls.xml (.../Test.cls.xml) (revision 33554) @@ -4,12 +4,12 @@ vhUnitTest.TestCase -DOM.PARTIJ.Partij +vhTest.Mock.DOM.PARTIJ.Partij 1 -DOM.VKP.VanHoeckeKlant +vhTest.Mock.DOM.VKP.VanHoeckeKlant 1 @@ -48,6 +48,76 @@ ]]> + + + + + + + + + + + + + + + + ,No,Yes + + +1 +AXaif.Shared.AxdExtTypeLogisticsIsPrimaryAddress + + Index: AX/Uitgaand/Klant/impl/AifConverter.cls.xml =================================================================== diff -u -r33551 -r33554 --- AX/Uitgaand/Klant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 33551) +++ AX/Uitgaand/Klant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 33554) @@ -27,6 +27,8 @@ set DirParty.LanguageId = ..FormatLanuageId(Partij.GeefTaal()) set DirParty.Name = Partij.GeefNaam()_$$$IfLength(Partij.GeefToenaam()," ","") + do DirParty.DirPartyPostalAddressView.Insert(..ConvertPostalAddress(Partij)) + do Custable.DirParty.Insert(DirParty) do AxKlant.CustTable.Insert(Custable) @@ -35,6 +37,22 @@ ]]> + +Partij:DOM.PARTIJ.Partij +1 +AXaif.Customer.AxdEntityDirPartyPostalAddressView + + + Taal:DOM.enu.Taal 1