Index: APPS/Halux/AAP/DnaCodeService.cls.xml =================================================================== diff -u -r71652 -r71890 --- APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 71652) +++ APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 71890) @@ -262,6 +262,29 @@ Quit DnaCode ]]> + + +ToeleveringId:%String,SequentieNummer:%String,ProductNummer:%String +%String + 1) { + Set Exception = ##class(TECH.Exceptions.DataCorruptException).%New("Meerdere dnacodes gevonden voor toelevering '" _ ToeleveringId _ "', product '" _ ProductNummer _ "' en sequentienummer '" _ SequentieNummer _ "'.") + do ##class(TECH.ExceptionHandler).Throw(Exception) + } + + Quit DnaCode +]]> +