Index: development/models/lbx/LBX Configurator,1.0.0.xml =================================================================== diff -u -r1302 -r1303 --- development/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1302) +++ development/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1303) @@ -13,7 +13,7 @@ - + @@ -27,13 +27,13 @@ - + - + - + - + - + - + - + @@ -204,26 +204,26 @@ - + - + - + - + @@ -424,14 +424,14 @@ - + - + @@ -555,7 +555,7 @@ - + - + @@ -609,7 +609,7 @@ - + @@ -806,7 +806,7 @@ - + @@ -840,7 +840,7 @@ - + @@ -858,7 +858,7 @@ - + @@ -884,7 +884,7 @@ - + @@ -902,7 +902,7 @@ - + @@ -912,49 +912,49 @@ - + - + - + - + - + - + - + @@ -996,7 +996,7 @@ - + @@ -1014,7 +1014,7 @@ - + @@ -1032,7 +1032,7 @@ - + @@ -1058,7 +1058,7 @@ - + @@ -1182,22 +1182,22 @@ - + - + - + - + @@ -1207,10 +1207,10 @@ - + - + @@ -1226,7 +1226,7 @@ - + @@ -1259,12 +1259,12 @@ - + - + - + @@ -1358,7 +1358,7 @@ - + @@ -1367,7 +1367,7 @@ - + @@ -1394,23 +1394,23 @@ - + - + - + - + @@ -1420,7 +1420,7 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1605,10 +1605,10 @@ - + - + @@ -1741,13 +1741,6 @@ Kenmerken ophalen uit argumenten (Interactive) ; - - true - UI.Lijn.Aantal@visible = false; -UI.Lijn.Aantal@mandatory = false; - Kenmerk beperkingen - ;ui.lijn.aantal@visible;ui.lijn.aantal@mandatory; - @@ -2262,6 +2255,25 @@ Gedrag Productiewijze ;ui.kenmerken.productiewijze@visible;ui.kenmerken.productiewijze@mandatory; + + true + +local boolean _IsAantalZichtbaar; +local boolean _IsAantalVerplicht; + +if(BEHAVIOR.IsEconAX) then + _IsAantalZichtbaar = false; + _IsAantalVerplicht = false; +else + _IsAantalZichtbaar = true; + _IsAantalVerplicht = true; +end if; + +UI.Lijn.Aantal@visible = _IsAantalZichtbaar; +UI.Lijn.Aantal@mandatory = _IsAantalVerplicht; + Gedrag Aantal + ;ui.lijn.aantal@visible;ui.lijn.aantal@mandatory; +