Index: AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml =================================================================== diff -u -r34663 -r34666 --- AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 34663) +++ AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 34666) @@ -53,7 +53,7 @@ set DirParty.class = "entity" set DirParty.LanguageId = ..Formatter.FormatLanguageId(Partij.GeefTaal()) set DirParty.Name = ..Formatter.FormatPartyName(Partij) - set:(Partij.GeefAdres().GeefLandNr()=##class(DOM.common.enu.Land).Nederland()) DirParty.DunsNumberRecId = Partij.GeefHandelRegisterNr() + set DirParty.DunsNumberRecId = "" set OrganizationName = ##class(AXaif.Customer.AxdEntityOrganizationName).%New() set OrganizationName.class = "entity" Index: vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/OrganizationCommon/Test.cls.xml =================================================================== diff -u -r34605 -r34666 --- vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/OrganizationCommon/Test.cls.xml (.../Test.cls.xml) (revision 34605) +++ vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/OrganizationCommon/Test.cls.xml (.../Test.cls.xml) (revision 34666) @@ -27,7 +27,7 @@ #dim CustTable As AXaif.Customer.AxdEntityCustTable = AxKlant.CustTable.GetAt(1) #dim Party As AXaif.Customer.AxdEntityDirPartyDirOrganization = CustTable.DirParty.GetAt(1) - do $$$AssertEquals(Party.DunsNumberRecId,"1234567") + do $$$AssertEquals(Party.DunsNumberRecId,"") ]]>