Index: DOTNET/PM/Maatwerk/Converter/DomNaarDotnet.cls.xml =================================================================== diff -u -r68754 -r68886 --- DOTNET/PM/Maatwerk/Converter/DomNaarDotnet.cls.xml (.../DomNaarDotnet.cls.xml) (revision 68754) +++ DOTNET/PM/Maatwerk/Converter/DomNaarDotnet.cls.xml (.../DomNaarDotnet.cls.xml) (revision 68886) @@ -253,8 +253,9 @@ Try { For Index=1:2:(LijstMetIdentNummers.Count()-1) { + #dim AantalStuks As %Integer = LijstMetIdentNummers.GetAt(Index) #dim ProductId As %String = ..ProductAPI.GeefProductIdVoorIdentNummer(LijstMetIdentNummers.GetAt(Index + 1)) - Set LijstMetProductIds = LijstMetProductIds _ LijstMetIdentNummers.GetAt(Index) _ ";" _ ProductId _ ";" + Set LijstMetProductIds = LijstMetProductIds _ AantalStuks _ ";" _ ProductId _ ";" } } Catch { #dim GecatchteException As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch()