Index: APPS/OV/impl/OrderVerwerkingInteracties.cls.xml =================================================================== diff -u -r29059 -r58775 --- APPS/OV/impl/OrderVerwerkingInteracties.cls.xml (.../OrderVerwerkingInteracties.cls.xml) (revision 29059) +++ APPS/OV/impl/OrderVerwerkingInteracties.cls.xml (.../OrderVerwerkingInteracties.cls.xml) (revision 58775) @@ -1,8 +1,7 @@ -vhLib.Macro -%RegisteredObject +TECH.RegisteredObject 1 @@ -18,6 +17,14 @@ + + +1 +ExterneId:%String +%String + + Index: APPS/OV/impl/AanvraagChecker/Offerte.cls.xml =================================================================== diff -u -r44623 -r58775 --- APPS/OV/impl/AanvraagChecker/Offerte.cls.xml (.../Offerte.cls.xml) (revision 44623) +++ APPS/OV/impl/AanvraagChecker/Offerte.cls.xml (.../Offerte.cls.xml) (revision 58775) @@ -59,7 +59,8 @@ #dim KlantData As DOM.common.dto.KlantData = ##class(APPS.VKP.impl.OfferteKlantDataBepaler).%New().GeefKlantData(Offerte) #dim VerwerkOfferte As %String = "" If Offerte.IsVhisie4() { - Set VerwerkOfferte = "via Vhisie4 Id '"_Offerte.GeefExterneId()_"'" + #dim URIVerwerkVhisie4Offerte As %String = ##class(APPS.OV.impl.OrderVerwerkingInteracties).GeefURIVerwerkVhisie4Offerte(Offerte.GeefExterneId()) + Set VerwerkOfferte = "Verwerk Vhisie4 "_Offerte.GeefExterneId()_"" } Else { #dim URIVerwerkOfferte As %String = ##class(APPS.OV.impl.OrderVerwerkingInteracties).GeefURIVerwerkOfferte(Offerte.GeefID())