Index: vhDeploy/D20201117xHaefeleKlantKortingBestandenFtpNaarVhisie4.cls.xml
===================================================================
diff -u
--- vhDeploy/D20201117xHaefeleKlantKortingBestandenFtpNaarVhisie4.cls.xml (revision 0)
+++ vhDeploy/D20201117xHaefeleKlantKortingBestandenFtpNaarVhisie4.cls.xml (revision 62856)
@@ -0,0 +1,22 @@
+
+
+
+vhDeploy.Deploy
+
+
+%String
+ConfigItem Haefele Ftp klantkortingbestanden naar vhisie4
+
+
+
+1
+
+
+
+
+
+
Index: APPS/VKP/Korting/impl/EDIVerwerker.cls.xml
===================================================================
diff -u -r58718 -r62856
--- APPS/VKP/Korting/impl/EDIVerwerker.cls.xml (.../EDIVerwerker.cls.xml) (revision 58718)
+++ APPS/VKP/Korting/impl/EDIVerwerker.cls.xml (.../EDIVerwerker.cls.xml) (revision 62856)
@@ -23,14 +23,26 @@
1
+
+TECH.Ftp.FtpAPI
+1
+
+
+
+TECH.Config.ConfigMgr
+1
+
+
-Verwerker:APPS.common.EDI.EDIVerwerker="",KortingFactory:APPS.VKP.Korting.KortingFactory
+Verwerker:APPS.common.EDI.EDIVerwerker="",KortingFactory:APPS.VKP.Korting.KortingFactory,FtpApi:TECH.Ftp.FtpAPI="",ConfigMgr:TECH.Config.ConfigMgr=""
1
1
%Status
@@ -52,9 +64,29 @@
#dim KortingService As APPS.VKP.Korting.KortingService = ..KortingFactory.GeefKortingService(PersonalityID)
#dim VolledigeBestandNaam As %String = ##class(TECH.Files).AppendFile(DirRead,FileOfSubDir)
Do KortingService.StelInKortingenUitBestand(VolledigeBestandNaam,PersonalityID)
+ Do ..VerzendKortingBestandNaarVhisie4(VolledigeBestandNaam)
]]>
+
+VolledigeBestandNaam:%String
+1
+
+
+
BestandNaam:%String
1