Index: BL/Flow/Offerte/impl/KADParameterWrapper.cls.xml
===================================================================
diff -u -r41137 -r51154
--- BL/Flow/Offerte/impl/KADParameterWrapper.cls.xml (.../KADParameterWrapper.cls.xml) (revision 41137)
+++ BL/Flow/Offerte/impl/KADParameterWrapper.cls.xml (.../KADParameterWrapper.cls.xml) (revision 51154)
@@ -24,6 +24,18 @@
1
+
+APPS.VKP.Klantspecifiek.NewSobelwood.ProfielCodeMapping
+1
+
+
+
+
+Waarde: Code zoals Prod.GADef.Kaderdeur verwacht; i.e. [ProfType]-[ProfAfw]
+%String
+1
+
+
APPS.VKP.Klantspecifiek.NewSobelwood.KaderdeurBusinessLogica
1
@@ -46,6 +58,9 @@
Do ..VulParameterArray()
Set ..VullingCodeMapping = ##class(APPS.VKP.Klantspecifiek.NewSobelwood.VullingCodeMapping).%New()
+ Set ..ProfielCodeMapping = ##class(APPS.VKP.Klantspecifiek.NewSobelwood.ProfielCodeMapping).%New()
+
+ Do ..ZetProfielTypeEnAfwerking(..GeefProfielCodeVolgensNS())
Set ..KaderdeurBusinessLogica = ##class(APPS.VKP.Klantspecifiek.NewSobelwood.KaderdeurBusinessLogica).%New(..GeefProfielType())
Quit $$$OK
@@ -63,6 +78,13 @@
]]>
+
+ProfileTypeNS:APPS.VKP.Maatwerk.enu.ProfileTypeNS
+1
+
+
+
@@ -110,7 +132,7 @@
Set ValidatieBericht="ProfielType is niet ingevuld."
}
ElseIf $$$Not(##class(DOM.PM.enu.KADProfielType).IsValid(ProfielType)) {
- Set ValidatieBericht="ProfielType is ongeldig (waarde="_ProfielType_")."
+ Set ValidatieBericht="ProfielType is ongeldig (waarde="_ProfielType_") voor input-waarde '"_..GeefProfielCodeVolgensNS()_"'."
}
Quit ValidatieBericht
@@ -225,15 +247,21 @@
]]>
-
+
DOM.PM.enu.KADProfielType
+
+DOM.PM.enu.KADProfielType
+
+
+
DOM.PM.enu.KADProfielAfwerking
-