Index: DOM/PM/Maatwerk/Syncs/DotNet/MaatwerkCalculator/impl/ProductInfo.cls.xml =================================================================== diff -u -r67886 -r68149 --- DOM/PM/Maatwerk/Syncs/DotNet/MaatwerkCalculator/impl/ProductInfo.cls.xml (.../ProductInfo.cls.xml) (revision 67886) +++ DOM/PM/Maatwerk/Syncs/DotNet/MaatwerkCalculator/impl/ProductInfo.cls.xml (.../ProductInfo.cls.xml) (revision 68149) @@ -257,6 +257,33 @@ 0) + { + Set record = ResultSet + Set IdentNummer = record.Data("ItemId") + Set ProductId = ProductAPI.GeefProductIdVoorIdentNummer(IdentNummer) + Do ProductIds.Insert(ProductId) + } + } Catch { + Do SqlQueryConnection.Disconnect() + #dim GecatchteException As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + Set NewException = ##class(TECH.Exceptions.GeneralErrorException).%New("Fout bij het ophalen van producten die gebruikt worden voor de INK configurator.") + Do NewException.VoegToeInnerExceptie(GecatchteException) + Do ##class(TECH.ExceptionHandler).Throw(NewException) + } + + } + //LBX Do ProductIds.Insert(1194375) //DOM.PM.Maatwerk.Calc.HF.impl.LBX.Builder.HFTiponSynchronisatieSetv000 Do ProductIds.Insert(88775) //DOM.PM.Maatwerk.Calc.HF.impl.LBX.Builder.HFTiponSynchronisatieStangv000