Index: AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml =================================================================== diff -u -r46899 -r46908 --- AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml (.../ProductItemConverter.cls.xml) (revision 46899) +++ AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter.cls.xml (.../ProductItemConverter.cls.xml) (revision 46908) @@ -63,27 +63,27 @@ #dim Product as DOM.PM.Product = ..ProductAPI.GeefProductVolgensIdentNr(ProductItem.ItemId) ;Do Product.ZetCifPPL(..BepaalCifPPL(ProductItem)) ;ActiveCostPrice, niet in bestand - ;Do Product.ZetWeetniet1(..BepaalWeetniet1(ProductItem)) ;BOMQty - ;Do Product.ZetWeetNiet2(..BepaalWeetNiet2(ProductItem)) ;BOMUnitId + ;Do Product.ZetWeetniet1(..BepaalWeetniet1(ProductItem)) ;BOMQty vlp negeren + ;Do Product.ZetWeetNiet2(..BepaalWeetNiet2(ProductItem)) ;BOMUnitId vlp negeren Do Product.ZetFSCHout(..BepaalFSCHout(ProductItem)) ;CertClaimLevel ;Do Product.ZetCifPercentage(..BepaalCifPercentage(ProductItem)) ;CostInsuranceFreight, niet in bestand Do Product.ZetTelbaar(..BepaalTelbaar(ProductItem)) ;CountableOrDivisible - ;Do Product.ZetBarcodeWaarde(..BepaalBarcodeWaarde(ProductItem)) ;GTIN, niet in bestand + Do Product.ZetBarcodeWaarde(..BepaalBarcodeWaarde(ProductItem)) ;GTIN, niet altijd in bestand, migratie bezig ;Do Product.ZetWeetNiet3(..BepaalWeetNiet3(ProductItem)) ;InventUnitId ;Do Product.ZetIdentNr(..BepaalIdentNr(ProductItem)) ;alleen bij nieuw product? aangezien we product vinden via identnummer.... ;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.ZetAantalInGrootVerpakking(..BepaalAantalInGrootVerpakking(ProductItem)) ;QtyGVP - ;Do Product.ZetAantalInKleinVerpakking(..BepaalAantalInKleinVerpakking(ProductItem)) ;QtyKVP , niet in bestand - ;Do Product.ZetAantalInNormaalVerpakking(..BepaalAantalInNormaalVerpakking(ProductItem)) ;QtyNVP , niet in bestand - ;Do Product.ZetPalletAantal(..BepaalPalletAantal(ProductItem)) ;QtyPLT - ;Do Product.ZetWeetNiet6(..BepaalWeetNiet6(ProductItem)) ; ReqGroupId - ;Do Product.ZetWeetNiet7(..BepaalWeetNiet7(ProductItem)) ; StoppedInvent - ;Do Product.ZetWeetNiet8(..BepaalWeetNiet8(ProductItem)) ; StoppedPurch - ;Do Product.ZetWeetNiet9(..BepaalWeetNiet9(ProductItem)) ; StoppedSales - ;Do Product.ZetWeetNiet10(..BepaalWeetNiet10(ProductItem)) ; VendName + ;Do Product.ZetAantalInGrootVerpakking(..BepaalAantalInGrootVerpakking(ProductItem)) ;QtyGVP , indien leeg overschrijven + ;Do Product.ZetAantalInKleinVerpakking(..BepaalAantalInKleinVerpakking(ProductItem)) ;QtyKVP , niet in bestand , dan overschrijven + ;Do Product.ZetAantalInNormaalVerpakking(..BepaalAantalInNormaalVerpakking(ProductItem)) ;QtyNVP , niet in bestand, dan overschrijven + ;Do Product.ZetPalletAantal(..BepaalPalletAantal(ProductItem)) ;QtyPLT indien leeg , overschrijven + ;Do Product.ZetWeetNiet6(..BepaalWeetNiet6(ProductItem)) ; ReqGroupId, negeren, wordt nog ander veld, moet naar stock/nietstock + ;Do Product.ZetWeetNiet7(..BepaalWeetNiet7(ProductItem)) ; StoppedInvent , sca volgt op + ;Do Product.ZetWeetNiet8(..BepaalWeetNiet8(ProductItem)) ; StoppedPurch , sca volgt op + ;Do Product.ZetWeetNiet9(..BepaalWeetNiet9(ProductItem)) ; StoppedSales , sca volgt op + ;Do Product.ZetWeetNiet10(..BepaalWeetNiet10(ProductItem)) ; VendName, negeren Do Product.ZetKorttekst(..BepaalKorttekst(ProductItem)) Index: vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml =================================================================== diff -u -r46731 -r46908 --- vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml (.../MappingTest.cls.xml) (revision 46731) +++ vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/MappingTest.cls.xml (.../MappingTest.cls.xml) (revision 46908) @@ -301,6 +301,17 @@ ]]> + + + + ProductItem:AXif.Dynamics.ProductItemIn.MessageParts.AxdEntityItem 1 @@ -344,7 +355,7 @@ ;Do ProductMock.IndienMethodCall("ZetFSCHout",$$$ElkeWaarde).DanDoeNiks() ;Do ProductMock.IndienMethodCall("ZetCifPercentage",$$$ElkeWaarde).DanDoeNiks() Do ProductMock.IndienMethodCall("ZetTelbaar","").DanDoeNiks() - ;Do ProductMock.IndienMethodCall("ZetBarcodeWaarde",$$$ElkeWaarde).DanDoeNiks() + Do ProductMock.IndienMethodCall("ZetBarcodeWaarde","").DanDoeNiks() ;Do ProductMock.IndienMethodCall("ZetWeetNiet3",$$$ElkeWaarde).DanDoeNiks() ;Do ProductMock.IndienMethodCall("ZetIdentNr",$$$ElkeWaarde).DanDoeNiks() ;Do ProductMock.IndienMethodCall("ZetWeetniet4",$$$ElkeWaarde).DanDoeNiks() Index: vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml =================================================================== diff -u -r46899 -r46908 --- vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml (.../Test.cls.xml) (revision 46899) +++ vhUnitTest/AXimpl/Dynamics/ProductItemUpsertIn/Converter/ProductItemConverter/Test.cls.xml (.../Test.cls.xml) (revision 46908) @@ -74,7 +74,7 @@ Do ProductMock.VerwachtMethodCall("ZetFSCHout","").DanDoeNiks() ;CertClaimLevel ;Do ProductMock.VerwachtMethodCall("ZetCifPercentage","").DanDoeNiks() ;CostInsuranceFreight, niet in bestand Do ProductMock.VerwachtMethodCall("ZetTelbaar","").DanDoeNiks() ;CountableOrDivisible - ;Do ProductMock.VerwachtMethodCall("ZetBarcodeWaarde","").DanDoeNiks() ;GTIN, niet in bestand + Do ProductMock.VerwachtMethodCall("ZetBarcodeWaarde","").DanDoeNiks() ;GTIN ;Do ProductMock.VerwachtMethodCall("ZetWeetNiet3","").DanDoeNiks() ;InventUnitId ;Do ProductMock.VerwachtMethodCall("ZetIdentNr","").DanDoeNiks() ;ItemId ;Do ProductMock.VerwachtMethodCall("ZetWeetniet4","").DanDoeNiks() ;LeadTimePurch