Index: AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml =================================================================== diff -u -r44569 -r44573 --- AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 44569) +++ AXimpl/Dynamics/InventoryOut/Converter/InventoryOutConverter.cls.xml (.../InventoryOutConverter.cls.xml) (revision 44573) @@ -52,21 +52,18 @@ While PRNrIterator.HasNext(){ Set ..PRNr = PRNrIterator.Next() - w !,"PRNr: "_..PRNr_" *** IsSOPRInAX: "_..SoprProductConverter.IsSOPRInAX(..PRNr) If ('..SoprProductConverter.IsSOPRInAX(..PRNr)){ Do AxdEntityHeader.InventSync.Insert(..AxInventSyncCreator.MaakInventSync(..PRNr)) } Else { Set SoprIterator = ..SoprProductConverter.GeefSOPRIterator(..PRNr) While SoprIterator.HasNext(){ Set ..SoprPRNr = SoprIterator.Next() - w !,"SoprPRNr: "_..SoprPRNr If (..SoprPRNr '= ..PRNr){ Do AxdEntityHeader.InventSync.Insert(..AxInventSyncCreator.MaakInventSync(..SoprPRNr, ..PRNr)) } } } } - w !,"- - - End of composition - - -" Set ADUMsgOutboundInQuery = ##class(AXif.Dynamics.InventoryOut.MessageParts.AxdADUMsgOutboundInQuery).%New() Set MessageParts.MessagePart = ADUMsgOutboundInQuery