Index: AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml =================================================================== diff -u -r47901 -r47920 --- AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 47901) +++ AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 47920) @@ -92,8 +92,7 @@ Set AxConfigId = Product.AxConfigId Set GenerischItemId = Product.AxMaatwerkGenerischItemId If ($$$HasLength(AxConfigId) && $$$HasLength(GenerischItemId)) { - #dim GenRelevantProduct As DOM.PM.Product = ..ProductApi.GeefProduct(AangereiktPRNr) - Set AangereiktPRNr = GenRelevantProduct.GeefGenerischProductID() + Set AangereiktPRNr = ..ProductApi.GeefProductVolgensIdentNr(GenerischItemId).GeefPRNr() } If ('..SoprProductConverter.IsSOPRInAX(AangereiktPRNr)){ If ('..SoprProductConverter.IsSOPRInCache(AangereiktPRNr)){ Index: vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml =================================================================== diff -u -r47901 -r47920 --- vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml (.../Test.cls.xml) (revision 47901) +++ vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml (.../Test.cls.xml) (revision 47920) @@ -413,7 +413,7 @@ ]]> - + vhTest.Mock.DOM.PM.Product