Index: vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml =================================================================== diff -u -r46990 -r46993 --- vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml (.../Test.cls.xml) (revision 46990) +++ vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml (.../Test.cls.xml) (revision 46993) @@ -73,8 +73,8 @@ Do ProductMock.VerwachtMethodCall("ZetBarcodeWaarde","").DanDoeNiks() ;GTIN ;Do ProductMock.VerwachtMethodCall("ZetWeetNiet3","").DanDoeNiks() ;InventUnitId ;Do ProductMock.VerwachtMethodCall("ZetIdentNr","").DanDoeNiks() ;ItemId - Do ProductMock.VerwachtMethodCall("ZetLevertermijn","").DanDoeNiks() ;LeadTimePurch - ;Do ProductMock.VerwachtMethodCall("ZetWeetNiet5","").DanDoeNiks() ;LowestQtyPurch + Do ProductMock.VerwachtMethodCall("ZetLevertermijn",2).DanDoeNiks() ;LeadTimePurch + Do ProductMock.VerwachtMethodCall("ZetMinimumBestelhoeveelheid",100).DanDoeNiks() ;LowestQtyPurch Do ProductMock.VerwachtMethodCall("ZetGewichtPerDuizendStuksInKG","5.49").DanDoeNiks() ;NetWeight Do ProductMock.VerwachtMethodCall("ZetLeverancierId","L||5005").DanDoeNiks() ;PrimaryVendorId ;Do ProductMock.VerwachtMethodCall("ZetAantalInGrootVerpakking","").DanDoeNiks() ;QtyGVP Index: AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml =================================================================== diff -u -r46990 -r46993 --- AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml (.../ProductItemConverter.cls.xml) (revision 46990) +++ AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml (.../ProductItemConverter.cls.xml) (revision 46993) @@ -72,7 +72,7 @@ ;Do Product.ZetWeetNiet3(..BepaalWeetNiet3(ProductItem)) ;InventUnitId ;Do Product.ZetIdentNr(..BepaalIdentNr(ProductItem)) ;alleen bij nieuw product? aangezien we product vinden via identnummer.... Do Product.ZetLevertermijn(..BepaalLevertermijn(ProductItem)) ;LeadTimePurch - ;Do Product.ZetWeetNiet5(..BepaalWeetNiet5(ProductItem)) ;LowestQtyPurch + Do Product.ZetMinimumBestelhoeveelheid(..BepaalMinimumBestelhoeveelheid(ProductItem)) ;LowestQtyPurch Do Product.ZetGewichtPerDuizendStuksInKG(..BepaalGewichtPerDuizendStuksInKG(ProductItem)) ;NetWeight Do Product.ZetLeverancierId(..BepaalLeverancierId(ProductItem)) ;PrimaryVendorId ;Do Product.ZetAantalInGrootVerpakking(..BepaalAantalInGrootVerpakking(ProductItem)) ;QtyGVP , indien leeg overschrijven @@ -297,7 +297,7 @@ ]]> - + ProductItem:AXif.Dynamics.ProductItemIn.MessageParts.AxdEntityItem 1 %String Index: vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml =================================================================== diff -u -r46990 -r46993 --- vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml (.../MappingTest.cls.xml) (revision 46990) +++ vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml (.../MappingTest.cls.xml) (revision 46993) @@ -323,6 +323,17 @@ ]]> + + + + ProductItem:AXif.Dynamics.ProductItemIn.MessageParts.AxdEntityItem 1 @@ -370,7 +381,7 @@ ;Do ProductMock.IndienMethodCall("ZetWeetNiet3",$$$ElkeWaarde).DanDoeNiks() ;Do ProductMock.IndienMethodCall("ZetIdentNr",$$$ElkeWaarde).DanDoeNiks() Do ProductMock.IndienMethodCall("ZetLevertermijn",0).DanDoeNiks() - ;Do ProductMock.IndienMethodCall("ZetWeetNiet5",$$$ElkeWaarde).DanDoeNiks() + Do ProductMock.IndienMethodCall("ZetMinimumBestelhoeveelheid","").DanDoeNiks() Do ProductMock.IndienMethodCall("ZetGewichtPerDuizendStuksInKG","").DanDoeNiks() Do ProductMock.IndienMethodCall("ZetLeverancierId","L||0").DanDoeNiks()