Index: APPS/PM/Maatwerk/impl/KenmerkenValidator/TAX.cls.xml
===================================================================
diff -u -r31728 -r32039
--- APPS/PM/Maatwerk/impl/KenmerkenValidator/TAX.cls.xml (.../TAX.cls.xml) (revision 31728)
+++ APPS/PM/Maatwerk/impl/KenmerkenValidator/TAX.cls.xml (.../TAX.cls.xml) (revision 32039)
@@ -31,64 +31,47 @@
-
-Opmerkingen:%ListOfDataTypes
-1
-
-
-
+PropertyNamen:%ListOfDataTypes
1
Index: APPS/PM/Maatwerk/dto/TAORKenmerken.cls.xml
===================================================================
diff -u -r31351 -r32039
--- APPS/PM/Maatwerk/dto/TAORKenmerken.cls.xml (.../TAORKenmerken.cls.xml) (revision 31351)
+++ APPS/PM/Maatwerk/dto/TAORKenmerken.cls.xml (.../TAORKenmerken.cls.xml) (revision 32039)
@@ -111,16 +111,22 @@
#dim IsVolledig As %Boolean = $$$False
try {
- do ..Validator.Valideer($this)
+ do ..Valideer()
set IsVolledig = $$$True
} catch {
- #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("TECH.Exceptions.InvalidInputException")
+ #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("APPS.PM.Maatwerk.impl.KenmerkenValidator.IsVolledigException")
+ do ##class(APPS.PM.Maatwerk.impl.KenmerkenValidator.Mailer).%New().VerstuurMail(Exception)
}
quit IsVolledig
]]>
+
+
+
+
DOM.PM.enu.Familie