Index: AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml =================================================================== diff -u -r44589 -r44598 --- AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 44589) +++ AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 44598) @@ -3,6 +3,11 @@ TECH.RegisteredObject + +AXif.Dynamics.InventoryOut.MessageParts.AxdEntityHeader +1 + + AXimpl.Dynamics.InventoryOut.Converter.AxInventSyncCreator 1 @@ -36,37 +41,50 @@ Request:AXimpl.Request,MessageId:%String="" AXif.Dynamics.InventoryOut.MessageParts + + +PRNr:%String +1 + + Index: vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml =================================================================== diff -u -r44591 -r44598 --- vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml (.../Test.cls.xml) (revision 44591) +++ vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter/Convert/Test.cls.xml (.../Test.cls.xml) (revision 44598) @@ -34,6 +34,9 @@ Do SoprProductConverterStub.IndienMethodCall("IsSOPRInAX","10").DanReturn($$$False) Do SoprProductConverterStub.IndienMethodCall("IsSOPRInAX","20").DanReturn($$$False) Do SoprProductConverterStub.IndienMethodCall("IsSOPRInAX","30").DanReturn($$$False) + Do SoprProductConverterStub.IndienMethodCall("IsSOPRInCache","10").DanReturn($$$False) + Do SoprProductConverterStub.IndienMethodCall("IsSOPRInCache","20").DanReturn($$$False) + Do SoprProductConverterStub.IndienMethodCall("IsSOPRInCache","30").DanReturn($$$False) Set AxInventSyncCreatorMock = ##class(vhTest.Mock.AXimpl.Dynamics.InventoryOut.Converter.AxInventSyncCreator).%New() Do AxInventSyncCreatorMock.VerwachtMethodCall("MaakInventSync","10","","").DanDoeNiks().ExactAantalKeer(1) @@ -61,6 +64,7 @@ Set SoprProductConverterStub = ##class(vhTest.Mock.AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor).%New() Do SoprProductConverterStub.IndienMethodCall("IsSOPRInAX","10").DanReturn($$$False) + Do SoprProductConverterStub.IndienMethodCall("IsSOPRInCache","10").DanReturn($$$False) Set AxInventSyncCreatorMock = ##class(vhTest.Mock.AXimpl.Dynamics.InventoryOut.Converter.AxInventSyncCreator).%New() Do AxInventSyncCreatorMock.VerwachtMethodCall("MaakInventSync","10","","").DanDoeNiks().ExactAantalKeer(1) @@ -199,6 +203,7 @@ Set SoprProductConverterStub = ##class(vhTest.Mock.AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor).%New() Do SoprProductConverterStub.IndienMethodCall("IsSOPRInAX","10").DanReturn($$$True) Do SoprProductConverterStub.IndienMethodCall("IsSOPRInAX","20").DanReturn($$$False) + Do SoprProductConverterStub.IndienMethodCall("IsSOPRInCache","20").DanReturn($$$False) Do SoprProductConverterStub.IndienMethodCall("IsSOPRInAX","30").DanReturn($$$True) Do SoprProductConverterStub.IndienMethodCall("GeefSOPRIterator","10").DanReturn(##class(TECH.ListbuildIterator).%New(KundeStamLijst10)) Do SoprProductConverterStub.IndienMethodCall("GeefSOPRIterator","30").DanReturn(##class(TECH.ListbuildIterator).%New(KundeStamLijst30))