Index: vhDeploy/D20201202xTriggerMerivoboxMaatwerkModelDeel3.cls.xml =================================================================== diff -u --- vhDeploy/D20201202xTriggerMerivoboxMaatwerkModelDeel3.cls.xml (revision 0) +++ vhDeploy/D20201202xTriggerMerivoboxMaatwerkModelDeel3.cls.xml (revision 62948) @@ -0,0 +1,22 @@ + + + +vhDeploy.Deploy + + +%String +Deploy voor nieuwe MVX-rol RugBodemSchroef + + + +1 + + + + + + Index: DOM/PM/Maatwerk/Calc/HF/enu/MVXRol.cls.xml =================================================================== diff -u -r62660 -r62948 --- DOM/PM/Maatwerk/Calc/HF/enu/MVXRol.cls.xml (.../MVXRol.cls.xml) (revision 62660) +++ DOM/PM/Maatwerk/Calc/HF/enu/MVXRol.cls.xml (.../MVXRol.cls.xml) (revision 62948) @@ -8,11 +8,11 @@ DOM.PM.Maatwerk.Calc.HF.enu.HalffabRol -;AfdekkapFrontHouderBinnen;AfdekkapRugWandHouder;Bodem;FrontBevestigingBoven;FrontBevestigingOnder;FrontBevestigingTussenstuk;FrontHouder;LadeZijkant;Rug;RugWandHouder;Sifonkap;TiponBlumotionEenheid;TiponBlumotionSynchronisatieStang;Tussenstuk;Voorstuk +;AfdekkapFrontHouderBinnen;AfdekkapRugWandHouder;Bodem;FrontBevestigingBoven;FrontBevestigingOnder;FrontBevestigingTussenstuk;FrontHouder;LadeZijkant;Rug;RugBodemSchroef;RugWandHouder;Sifonkap;TiponBlumotionEenheid;TiponBlumotionSynchronisatieStang;Tussenstuk;Voorstuk -;AfdekkapFrontHouderBinnen;AfdekkapRugWandHouder;Bodem;FrontBevestigingBoven;FrontBevestigingOnder;FrontBevestigingTussenstuk;FrontHouder;LadeZijkant;Rug;RugWandHouder;Sifonkap;TiponBlumotionEenheid;TiponBlumotionSynchronisatieStang;Tussenstuk;Voorstuk +;AfdekkapFrontHouderBinnen;AfdekkapRugWandHouder;Bodem;FrontBevestigingBoven;FrontBevestigingOnder;FrontBevestigingTussenstuk;FrontHouder;LadeZijkant;Rug;RugBodemSchroef;RugWandHouder;Sifonkap;TiponBlumotionEenheid;TiponBlumotionSynchronisatieStang;Tussenstuk;Voorstuk @@ -78,6 +78,13 @@ ]]> + +1 +DOM.PM.Maatwerk.Calc.HF.enu.MVXRol + + + 1 DOM.PM.Maatwerk.Calc.HF.enu.MVXRol Index: DOM/PM/Maatwerk/Calc/HF/impl/MVX/HalffabClassNameFactory.cls.xml =================================================================== diff -u -r62660 -r62948 --- DOM/PM/Maatwerk/Calc/HF/impl/MVX/HalffabClassNameFactory.cls.xml (.../HalffabClassNameFactory.cls.xml) (revision 62660) +++ DOM/PM/Maatwerk/Calc/HF/impl/MVX/HalffabClassNameFactory.cls.xml (.../HalffabClassNameFactory.cls.xml) (revision 62948) @@ -19,6 +19,7 @@ Do ..KlasseNamen.SetAt("DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabFrontHouder", ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).FrontHouder()) Do ..KlasseNamen.SetAt("DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabLadeZijkant", ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).LadeZijkant()) Do ..KlasseNamen.SetAt("DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabRug", ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).Rug()) + Do ..KlasseNamen.SetAt("DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabRugBodemSchroef", ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).RugBodemSchroef()) Do ..KlasseNamen.SetAt("DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabRugWandHouder", ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).RugWandHouder()) Do ..KlasseNamen.SetAt("DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabSifonkap", ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).Sifonkap()) Do ..KlasseNamen.SetAt("DOM.PM.Maatwerk.Calc.HF.impl.MVX.Halffab.HalffabTiponBlumotionEenheid", ##class(DOM.PM.Maatwerk.Calc.HF.enu.MVXRol).TiponBlumotionEenheid()) Index: APPS/PM/Maatwerk/MaatwerkModel/Modellen/MerivoboxModel.cls.xml =================================================================== diff -u -r62577 -r62948 --- APPS/PM/Maatwerk/MaatwerkModel/Modellen/MerivoboxModel.cls.xml (.../MerivoboxModel.cls.xml) (revision 62577) +++ APPS/PM/Maatwerk/MaatwerkModel/Modellen/MerivoboxModel.cls.xml (.../MerivoboxModel.cls.xml) (revision 62948) @@ -212,6 +212,11 @@ Do Rol.SelectieKenmerken.Insert(..GeefSelectieKenmerkVoorIngegevenKenmerkViaNaam("RugHoogte")) Do ..Rollen.Insert(Rol) + Set Rol = ##class(APPS.PM.Maatwerk.MaatwerkModel.dto.Rol).%New("RugBodemSchroef", "Schroef rug-bodem") + Set Rol.BuilderType = ##class(APPS.PM.Maatwerk.MaatwerkModel.dto.SpecifiekProductBuilderType).%New(113091) + Set Rol.ItemProcessorType = ##class(APPS.PM.Maatwerk.MaatwerkModel.enu.ItemProcessorType).ExactEen() + Do ..Rollen.Insert(Rol) + Set Rol = ##class(APPS.PM.Maatwerk.MaatwerkModel.dto.Rol).%New("RugWandHouder", "Rugwandhouder") Set Rol.BuilderType = ##class(APPS.PM.Maatwerk.MaatwerkModel.dto.StandaardBuilderType).%New() Set Rol.ItemProcessorType = ##class(APPS.PM.Maatwerk.MaatwerkModel.enu.ItemProcessorType).LinksRechts() @@ -295,7 +300,7 @@ Do ..ZetSpecialeProductieWijzenOpRol(Rol, "F") Do ..Rollen.Insert(Rol) - + /* UIT LBX-MODEL: Set BinnenladeConditie = ##class(APPS.PM.Maatwerk.MaatwerkModel.dto.IngegevenKenmerkBooleanConditie).%New() @@ -582,11 +587,6 @@ Do Rol.Condities.Insert(Conditie) Do ..ZetSpecialeProductieWijzenOpRol(Rol, "RRWH") Do ..Rollen.Insert(Rol) - - Set Rol = ##class(APPS.PM.Maatwerk.MaatwerkModel.dto.Rol).%New("RugBodemSchroef", "Schroef rug-bodem") - Set Rol.BuilderType = ##class(APPS.PM.Maatwerk.MaatwerkModel.dto.SpecifiekProductBuilderType).%New(113091) - Set Rol.ItemProcessorType = ##class(APPS.PM.Maatwerk.MaatwerkModel.enu.ItemProcessorType).ExactEen() - Do ..Rollen.Insert(Rol) // Maatwerkmodel in sync brengen, fase 1 (UST815) // Voorlopig custom builder. Een volgende fase kan de manueel gemaakte builders vervangen door een gegenereerde Index: DOM/PM/Maatwerk/Calc/HF/impl/MVX/Halffab/HalffabRugBodemSchroef.cls.xml =================================================================== diff -u --- DOM/PM/Maatwerk/Calc/HF/impl/MVX/Halffab/HalffabRugBodemSchroef.cls.xml (revision 0) +++ DOM/PM/Maatwerk/Calc/HF/impl/MVX/Halffab/HalffabRugBodemSchroef.cls.xml (revision 62948) @@ -0,0 +1,24 @@ + + + + +Gegenereerde klasse via APPS.PM.Maatwerk.MaatwerkModel.impl.ModelUtils +persistent +1 +DOM.PM.Maatwerk.Calc.HF.Halffab + + +%String + + + + +%Library.CacheStorage + + + + +