Index: vhPowerTools/APPS/PM/Maatwerk/VhConfig.cls.xml
===================================================================
diff -u -r73884 -r73887
--- vhPowerTools/APPS/PM/Maatwerk/VhConfig.cls.xml (.../VhConfig.cls.xml) (revision 73884)
+++ vhPowerTools/APPS/PM/Maatwerk/VhConfig.cls.xml (.../VhConfig.cls.xml) (revision 73887)
@@ -14,17 +14,22 @@
-Do ##class(vhPowerTools.APPS.PM.Maatwerk.VhConfig).%New()GetAndSaveVhConfig(CID)
-CID:%String
+Do ##class(vhPowerTools.APPS.PM.Maatwerk.VhConfig).%New().GetAndSaveVhConfig(t)
+ListOfCIDs:%ListOfDataTypes
Index: WSimpl/PM/Maatwerk/MaatwerkService/Encoway.cls.xml
===================================================================
diff -u -r73883 -r73887
--- WSimpl/PM/Maatwerk/MaatwerkService/Encoway.cls.xml (.../Encoway.cls.xml) (revision 73883)
+++ WSimpl/PM/Maatwerk/MaatwerkService/Encoway.cls.xml (.../Encoway.cls.xml) (revision 73887)
@@ -68,7 +68,7 @@
#dim MaatwerkDetailsResponse As WSimpl.PM.Maatwerk.MaatwerkService.Encoway.GeefMaatwerkDetailsResponse = ..EncowayJsonConverter.ParseMaatwerkDetailsResponse(MaatwerkDetailsResponseJsonString)
If (MaatwerkDetailsResponse.CPConfig.IsValid) {
Set VhConfig = MaatwerkDetailsResponse.CPConfig
- Do ..VhConfigRepository.SaveVhConfig(CID, VhConfig, IsTestRunTimeContext)
+ Do ..VhConfigRepository.SaveVhConfig(CID, VhConfig, "", IsTestRunTimeContext)
} Else {
Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidInputException).%New("Geen geldige VhConfig verkregen na berekening voor CID '" _ CID _ "'."))
}
Index: vhTest/Mock/APPS/PM/Maatwerk/impl/VhConfigRepository.cls.xml
===================================================================
diff -u -r73005 -r73887
--- vhTest/Mock/APPS/PM/Maatwerk/impl/VhConfigRepository.cls.xml (.../VhConfigRepository.cls.xml) (revision 73005)
+++ vhTest/Mock/APPS/PM/Maatwerk/impl/VhConfigRepository.cls.xml (.../VhConfigRepository.cls.xml) (revision 73887)
@@ -63,8 +63,8 @@
-CID:%String,VhConfig:APPS.PM.Maatwerk.dto.VhConfig,IsTestData:%Boolean=0
-CID:%String,VhConfig:APPS.PM.Maatwerk.dto.VhConfig,ProductHash:%String,IsTestData:%Boolean=0
+