Index: development/models/mvx/MVX Configurator,1.0.0.xml =================================================================== diff -u -r4592 -r4603 --- development/models/mvx/MVX Configurator,1.0.0.xml (.../MVX Configurator,1.0.0.xml) (revision 4592) +++ development/models/mvx/MVX Configurator,1.0.0.xml (.../MVX Configurator,1.0.0.xml) (revision 4603) @@ -5,13 +5,13 @@ - + - + @@ -25,31 +25,31 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -378,26 +378,26 @@ - + - + - + - + - + @@ -432,26 +432,26 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -949,25 +949,25 @@ - + - + - + - + - + - + - + - + - + - + @@ -1023,7 +1023,7 @@ - + @@ -1057,153 +1057,153 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1365,7 +1365,7 @@ - + @@ -1407,7 +1407,7 @@ - + @@ -1433,7 +1433,7 @@ - + @@ -1443,7 +1443,7 @@ - + @@ -1453,7 +1453,7 @@ - + @@ -1487,7 +1487,7 @@ - + @@ -1513,7 +1513,7 @@ - + @@ -1675,35 +1675,35 @@ - + - + - + - + - + - + - + @@ -1719,7 +1719,7 @@ - + @@ -1732,14 +1732,14 @@ - + - + @@ -1752,7 +1752,7 @@ - + @@ -1762,7 +1762,7 @@ - + @@ -1784,35 +1784,35 @@ - + - + - + - + - + - + - + - + - + @@ -1822,14 +1822,14 @@ - + - + @@ -1885,14 +1885,14 @@ - + - + - + - + - + - + @@ -2111,12 +2111,12 @@ - + - + @@ -2150,7 +2150,7 @@ - + @@ -2192,7 +2192,7 @@ - + @@ -2234,7 +2234,7 @@ - + @@ -2284,7 +2284,7 @@ - + @@ -2294,7 +2294,7 @@ - + @@ -2304,7 +2304,7 @@ - + @@ -2338,33 +2338,33 @@ - + - + - + - + - + @@ -2382,7 +2382,7 @@ - + @@ -2408,7 +2408,7 @@ - + @@ -2426,7 +2426,7 @@ - + @@ -2458,7 +2458,7 @@ - + @@ -2498,150 +2498,150 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -2695,20 +2695,20 @@ - + - + - + @@ -2724,7 +2724,7 @@ - + @@ -2738,13 +2738,13 @@ - + - + - + @@ -2754,7 +2754,7 @@ - + @@ -2771,46 +2771,46 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -2970,10 +2970,10 @@ - + - + @@ -2986,41 +2986,41 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -5007,6 +5007,22 @@ Default invullen voor VoorwandType (niet CreateConfig) ;data.kenmerken.voorwandtype@value; + + not(BEHAVIOR.IsInteractive) and not(BEHAVIOR.ContextName in {"AxNewBulkIngave";"AxCreateBulkWijzigingenToepassen"}) + +If (((GetArg("data;kenmerken;voorwandtype") == "") and not(BEHAVIOR.OperationMode == "CreateConfig")) or ((BEHAVIOR.OperationMode == "CreateConfig") and (DATA.Kenmerken.VoorwandType == ""))) then + if (DATA.Kenmerken.IsBinnenlade and (DATA.Kenmerken.LadeHoogte == "M")) then + DATA.Kenmerken.VoorwandType = "Metaal"; + end if; + + if (DATA.Kenmerken.IsBinnenlade and (DATA.Kenmerken.LadeHoogte == "K")) then + DATA.Kenmerken.VoorwandType = "Metaal"; + end if; +end if; + + Default invullen voor VoorwandType (wel CreateConfig) + ; + BEHAVIOR.IsInteractive and not(BEHAVIOR.ContextName in {"AxNewBulkIngave";"AxCreateBulkWijzigingenToepassen"})