Index: vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml
===================================================================
diff -u -r46579 -r46601
--- vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml (.../Test.cls.xml) (revision 46579)
+++ vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml (.../Test.cls.xml) (revision 46601)
@@ -57,7 +57,7 @@
;Do ProductMock.VerwachtMethodCall("ZetWeetniet4","").DanDoeNiks() ;LeadTimePurch
;Do ProductMock.VerwachtMethodCall("ZetWeetNiet5","").DanDoeNiks() ;LowestQtyPurch
Do ProductMock.VerwachtMethodCall("ZetGewichtPerDuizendStuksInKG","5.49").DanDoeNiks() ;NetWeight
- ;Do ProductMock.VerwachtMethodCall("ZetLeverancierId","").DanDoeNiks() ;PrimaryVendorId
+ Do ProductMock.VerwachtMethodCall("ZetLeverancierId","L||8629").DanDoeNiks() ;PrimaryVendorId
;Do ProductMock.VerwachtMethodCall("ZetGroep","").DanDoeNiks() ;ProductGroupId
;Do ProductMock.VerwachtMethodCall("ZetHoofdGroep","").DanDoeNiks() ;ProductMainGroupId
;Do ProductMock.VerwachtMethodCall("ZetSubGroep","").DanDoeNiks() ;ProductSubGroupId
Index: AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml
===================================================================
diff -u -r46579 -r46601
--- AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml (.../ProductItemConverter.cls.xml) (revision 46579)
+++ AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml (.../ProductItemConverter.cls.xml) (revision 46601)
@@ -68,7 +68,7 @@
;Do Product.ZetWeetniet4(..BepaalWeetniet4(ProductItem)) ;LeadTimePurch
;Do Product.ZetWeetNiet5(..BepaalWeetNiet5(ProductItem)) ;LowestQtyPurch
Do Product.ZetGewichtPerDuizendStuksInKG(..BepaalGewichtPerDuizendStuksInKG(ProductItem)) ;NetWeight
- ;Do Product.ZetLeverancierId(..BepaalLeverancierId(ProductItem)) ;PrimaryVendorId
+ Do Product.ZetLeverancierId(..BepaalLeverancierId(ProductItem)) ;PrimaryVendorId
;Do Product.ZetGroep(..BepaalGroep(ProductItem)) ;ProductGroupId
;Do Product.ZetHoofdGroep(..BepaalHoofdGroep(ProductItem)) ;ProductMainGroupId
;Do Product.ZetSubGroep(..BepaalSubGroep(ProductItem)) ;ProductSubGroupId
@@ -284,7 +284,7 @@
ProductItem:AXif.Dynamics.ProductItemIn.MessageParts.AxdEntityItem
1
%String
-
Index: vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml
===================================================================
diff -u -r46579 -r46601
--- vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml (.../MappingTest.cls.xml) (revision 46579)
+++ vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml (.../MappingTest.cls.xml) (revision 46601)
@@ -253,6 +253,17 @@
]]>
+
+
+
+
ProductItem:AXif.Dynamics.ProductItemIn.MessageParts.AxdEntityItem
1
@@ -302,7 +313,7 @@
;Do ProductMock.IndienMethodCall("ZetWeetniet4",$$$ElkeWaarde).DanDoeNiks()
;Do ProductMock.IndienMethodCall("ZetWeetNiet5",$$$ElkeWaarde).DanDoeNiks()
Do ProductMock.IndienMethodCall("ZetGewichtPerDuizendStuksInKG","").DanDoeNiks()
- ;Do ProductMock.IndienMethodCall("ZetLeverancierId",$$$ElkeWaarde).DanDoeNiks()
+ Do ProductMock.IndienMethodCall("ZetLeverancierId","L||0").DanDoeNiks()
;Do ProductMock.IndienMethodCall("ZetGroep",$$$ElkeWaarde).DanDoeNiks()
;Do ProductMock.IndienMethodCall("ZetHoofdGroep",$$$ElkeWaarde).DanDoeNiks()
;Do ProductMock.IndienMethodCall("ZetSubGroep",$$$ElkeWaarde).DanDoeNiks()