Index: APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/ToeleveringProductInfoObjective.cls.xml
===================================================================
diff -u
--- APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/ToeleveringProductInfoObjective.cls.xml (revision 0)
+++ APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/ToeleveringProductInfoObjective.cls.xml (revision 71429)
@@ -0,0 +1,23 @@
+
+
+
+TECH.RegisteredObject
+
+
+%Integer
+0
+
+
+
+%Integer
+0
+
+
+
+%Integer
+0
+
+
+
+
+
Index: APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator.cls.xml
===================================================================
diff -u
--- APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator.cls.xml (revision 0)
+++ APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator.cls.xml (revision 71429)
@@ -0,0 +1,110 @@
+
+
+
+APPS.Halux.PPS.Document.impl.LBX.BatchNaarObjective.OptieGenerator
+
+
+DOM.PM.ProductAPI
+1
+
+
+
+APPS.PM.Maatwerk.impl.AfbeeldingService
+1
+
+
+
+APPS.PM.Maatwerk.impl.KenmerkenConverter.DomNaarApps.Lbx
+1
+
+
+
+APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.PropertyFilter
+1
+
+
+
+DOM.PM.Maatwerk.IngegevenKenmerkenTypeAPI
+1
+
+
+
+ProductApi:DOM.PM.ProductAPI="",AfbeeldingService:APPS.PM.Maatwerk.impl.AfbeeldingService="",IngegevenKenmerkenTypeApi:DOM.PM.Maatwerk.IngegevenKenmerkenTypeAPI=""
+1
+1
+%Status
+1
+
+
+
+
+Toelevering:DOM.AKP.Toelevering,UitvoeringInfo:APPS.Halux.PPS.Activiteit.impl.common.dto.BatchNaarObjectiveUitvoeringInfo
+%ListOfObjects
+
+
+
+
+Toelevering:DOM.AKP.Toelevering
+1
+APPS.Halux.PPS.Document.impl.LBX.BatchNaarObjective.ToeleveringProductInfoObjective
+
+
+
+
+
+
Index: APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml
===================================================================
diff -u -r71426 -r71429
--- APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71426)
+++ APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71429)
@@ -78,6 +78,9 @@
Set ProductOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.LBX.BatchNaarObjective.OptieGenerator.ProductOptiesGenerator).%New()
Do ##class(TECH.ListUtils).AppendList(Opties, ProductOptiesGenerator.GenereerOptiesVoorLade(Toelevering, UitvoeringInfo))
+ Set ToeleveringProductInfoOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.LBX.BatchNaarObjective.OptieGenerator.ToeleveringProductInfoOptiesGenerator).%New()
+ Do ##class(TECH.ListUtils).AppendList(Opties, ToeleveringProductInfoOptiesGenerator.GenereerOptiesVoorLade(Toelevering, UitvoeringInfo))
+
Quit Opties
]]>