Index: AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml
===================================================================
diff -u
--- AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml (revision 0)
+++ AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml (revision 35377)
@@ -0,0 +1,231 @@
+
+
+
+TECH.RegisteredObject
+
+
+AX.common.impl.Formatter
+1
+
+
+
+AX.common.impl.Validator
+1
+
+
+
+AX.common.impl.FirmaBepaler
+1
+
+
+
+DOM.PARTIJ.PartijAPI
+1
+
+
+
+DOM.VKP.VerkoopAPI
+1
+
+
+
+AX.Uitgaand.VKP.VanHoeckeKlant.impl.Utils
+1
+
+
+
+PartijAPI:DOM.PARTIJ.PartijAPI,VerkoopAPI:DOM.VKP.VerkoopAPI,FirmaBepaler:AX.common.impl.FirmaBepaler
+1
+1
+%Status
+1
+
+
+
+
+Id:%String
+AXaif.Customer.AxdCustomer
+
+
+
+
+Partij:DOM.PARTIJ.Partij,Klant:DOM.VKP.VanHoeckeKlant
+1
+
+
+
+
+LocationName:%String,Locator:%String,Type:%String,IsPrimary:%Boolean=1
+1
+AXaif.Customer.AxdEntityDirPartyContactInfoView
+
+
+
+
+Partij:DOM.PARTIJ.Partij,DirParty:AXaif.Customer.AxdEntityDirPartyDirOrganization
+1
+AXaif.Customer.AxdEntityDirPartyPostalAddressView
+
+
+
+
+Partij:DOM.PARTIJ.Partij
+1
+
+
+
+
+Klant:DOM.VKP.VanHoeckeKlant
+1
+
+
+
+
+BTWNummer:%String
+1
+%String
+
+
+
+
+
+
Index: AXimpl/AifMessage/RequestComposer.cls.xml
===================================================================
diff -u -r35034 -r35377
--- AXimpl/AifMessage/RequestComposer.cls.xml (.../RequestComposer.cls.xml) (revision 35034)
+++ AXimpl/AifMessage/RequestComposer.cls.xml (.../RequestComposer.cls.xml) (revision 35377)
@@ -44,7 +44,7 @@
set:Command="SalesInvoice/Create" Request.Body.MessageParts.LedgerGeneralJournal = Converter.Convert(Id)
set:Command="PurchaseInvoice/Create" Request.Body.MessageParts.LedgerGeneralJournal = Converter.Convert(Id)
set:Command="Customer/Read" Request.Body.MessageParts.EntityKeyList = ..GeefEntityKeyList(Id)
-
+
quit Request
]]>
@@ -54,7 +54,7 @@
1
AX.Uitgaand.common.AifConverter