Index: vhDeploy/Maatwerk/LBX/AansturingIncrementeel.cls.xml =================================================================== diff -u -r73939 -r74075 --- vhDeploy/Maatwerk/LBX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 73939) +++ vhDeploy/Maatwerk/LBX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 74075) @@ -73,6 +73,8 @@ #dim OverzichtBatchID As %String = ..MaakOfGeefActiviteitID(ActiviteitGroepProductie, "LBX.OverzichtBatch") Do ..MaakOfVervangOudeAansturingActie("OverzichtBatch", Categorie, "Overzicht batch", ..#IsNietMogelijkZonderBatch, ActiviteitGroepProductie, , VolgNummerFixed) + Do ..MaakOfVervangOudeAansturingActie("VerwijderBatchUitPitchingExcel", Categorie, "Verwijder batch uit pitchingexcel", ..#IsNietMogelijkZonderBatch, ActiviteitGroepProductie, ..#IsGeenStandaardActie) + Do ..VerwijderAansturingActie(Categorie, ActiviteitGroepProductie, "LBX-Detailblad") ]]> Index: vhDeploy/D20210628xLbxPlaatmateriaalSelectieAanpassen.cls.xml =================================================================== diff -u -r66465 -r74075 --- vhDeploy/D20210628xLbxPlaatmateriaalSelectieAanpassen.cls.xml (.../D20210628xLbxPlaatmateriaalSelectieAanpassen.cls.xml) (revision 66465) +++ vhDeploy/D20210628xLbxPlaatmateriaalSelectieAanpassen.cls.xml (.../D20210628xLbxPlaatmateriaalSelectieAanpassen.cls.xml) (revision 74075) @@ -30,6 +30,7 @@ 1 Index: APPS/Halux/PPS/impl/AansturingActie/common/VerwijderBatchUitPitchingExcel.cls.xml =================================================================== diff -u --- APPS/Halux/PPS/impl/AansturingActie/common/VerwijderBatchUitPitchingExcel.cls.xml (revision 0) +++ APPS/Halux/PPS/impl/AansturingActie/common/VerwijderBatchUitPitchingExcel.cls.xml (revision 74075) @@ -0,0 +1,40 @@ + + + +persistent +0 +1 +APPS.Halux.PPS.impl.AansturingActie + + +%String +"HALUX" +1 +1 + + + +BatchID:%String,ActieParameters:%ListOfDataTypes +APPS.Halux.PPS.dto.ActieResultaat + + + + +%Library.CacheStorage +VerwijderBatchUitPitchingExcelDefaultData + +"VerwijderBatchUitPitchingExcel" + +BedrijfID + + + + + + + Index: vhDeploy/Maatwerk/MVX/AansturingIncrementeel.cls.xml =================================================================== diff -u -r73896 -r74075 --- vhDeploy/Maatwerk/MVX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 73896) +++ vhDeploy/Maatwerk/MVX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 74075) @@ -72,6 +72,8 @@ #dim BatchNaarObjectiveActieID As %String = ..MaakOfGeefActiviteitID(ActiviteitGroepProductie, "MVX.BatchNaarObjective") Do ..MaakOfVervangAansturingActie(Categorie, ActiviteitGroepProductie, BatchNaarObjectiveActieID, "Batch naar Objective", ..#IsNietMogelijkZonderBatch,,,..#IsGeenStandaardActie) + + Do ..MaakOfVervangOudeAansturingActie("VerwijderBatchUitPitchingExcel", Categorie, "Verwijder batch uit pitchingexcel", ..#IsNietMogelijkZonderBatch, ActiviteitGroepProductie, ..#IsGeenStandaardActie) ]]> Index: vhDeploy/Maatwerk/TBX/AansturingIncrementeel.cls.xml =================================================================== diff -u -r71849 -r74075 --- vhDeploy/Maatwerk/TBX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 71849) +++ vhDeploy/Maatwerk/TBX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 74075) @@ -95,6 +95,8 @@ #dim BatchNaarObjectiveActieID As %String = ..MaakOfGeefActiviteitID(ActiviteitGroepProductie, "TBX.BatchNaarObjective") Do ..MaakOfVervangAansturingActie(Categorie, ActiviteitGroepProductie, BatchNaarObjectiveActieID, "Batch naar Objective", ..#IsNietMogelijkZonderBatch,,, ..#IsGeenStandaardActie) + + Do ..MaakOfVervangOudeAansturingActie("VerwijderBatchUitPitchingExcel", Categorie, "Verwijder batch uit pitchingexcel", ..#IsNietMogelijkZonderBatch, ActiviteitGroepProductie, ..#IsGeenStandaardActie) ]]> Index: vhTest/Mock/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml =================================================================== diff -u -r73349 -r74075 --- vhTest/Mock/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 73349) +++ vhTest/Mock/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 74075) @@ -35,6 +35,13 @@ ]]> + +BatchId:%Integer +%Boolean + + + Data:TECH.Persistent,Deep:%Boolean=0 TECH.Persistent Index: vhDeploy/Deploy20241104xNieuweAansturingActieVerwijderBatchPitched.cls.xml =================================================================== diff -u --- vhDeploy/Deploy20241104xNieuweAansturingActieVerwijderBatchPitched.cls.xml (revision 0) +++ vhDeploy/Deploy20241104xNieuweAansturingActieVerwijderBatchPitched.cls.xml (revision 74075) @@ -0,0 +1,22 @@ + + + +vhDeploy.Deploy + + +%String +Nieuwe AansturingActie Verwijder BatchPitched + + + +1 + + + + + + Index: vhTest/Fake/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml =================================================================== diff -u -r73349 -r74075 --- vhTest/Fake/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 73349) +++ vhTest/Fake/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 74075) @@ -21,6 +21,13 @@ ]]> + +BatchId:%Integer +%Boolean + + + BatchId:%Integer %Boolean Index: APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml =================================================================== diff -u -r73350 -r74075 --- APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 73350) +++ APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 74075) @@ -85,6 +85,20 @@ Quit ResultSetIterator.HasNext() ]]> + + +BatchId:%Integer +%Boolean + +