Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml =================================================================== diff -u -r74346 -r74377 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../ProductOptiesGenerator.cls.xml) (revision 74346) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../ProductOptiesGenerator.cls.xml) (revision 74377) @@ -413,6 +413,7 @@ #dim Product As DOM.PM.MaatwerkProduct = ..ProductApi.GeefProduct(ProductID) #dim HalffabItemsBoom As DOM.PM.Maatwerk.Calc.HF.HalffabItemsBoom = Product.GeefHalffabItemsBoom() #dim HalffabItem As DOM.PM.Maatwerk.Calc.HF.IHalffabItem + #dim IsMerivobox As %Boolean = (..ProductTypeAPI.IsMerivoboxProduct(Product.GeefID())) If (HalffabItemsBoom.BevatRol(Rol)) { Set HalffabItem = HalffabItemsBoom.GeefHalffabItem(Rol) @@ -425,6 +426,10 @@ Set LengteInfo = 0 } + If ((Rol = ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).Dwarsverdeling()) && (LengteInfo >= 1059) && (IsMerivobox)) { + Set LengteInfo = 0 + } + Quit LengteInfo ]]> Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator.cls.xml =================================================================== diff -u -r74353 -r74377 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator.cls.xml (.../OptieGenerator.cls.xml) (revision 74353) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator.cls.xml (.../OptieGenerator.cls.xml) (revision 74377) @@ -182,6 +182,10 @@ If (##class(TECH.StringUtils).Equals(RolNaam, ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).Dwarsverdeling()) && (HuidigeMesFase >= 2)) { If HalffabItem.%Extends(##class(DOM.PM.Maatwerk.Calc.HF.BewerktHalffabItem).%ClassName(1)) { Set RolNaam = "CrossGallery.Processed" + + If ((HalffabItem.GeefHalffab().%Extends(##class(DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabDwarsverdeling).%ClassName(1))) && ((HalffabItem.AfmetingTeBekomen >= 1059))) { + Set RolNaam = "CrossGallery.Standard" + } } Else { Set RolNaam = "CrossGallery.Standard" }