Index: production/models/tbx/TBX Configurator,1.0.0.xml
===================================================================
diff -u -r1069 -r1073
--- production/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 1069)
+++ production/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 1073)
@@ -3059,9 +3059,9 @@
-
+
-
+
@@ -4323,7 +4323,8 @@
- (CONFIG.InputMode <> "Edit")
+ (CONFIG.InputMode <> "Edit") and not((CONFIG.Backend == "axapta") and (CONFIG.ProcessMode == "Background"))
+
DATA.Kenmerken.Toepassing = "L";
DATA.Kenmerken.ProductieWijze = "V";
DATA.Kenmerken.RugwandMateriaal = "Hout";
Index: production/models/tax/TAX Configurator,1.0.0.xml
===================================================================
diff -u -r1052 -r1073
--- production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1052)
+++ production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1073)
@@ -1875,7 +1875,7 @@
-
+
@@ -2379,9 +2379,9 @@
end if;*/
// DARO
-/*if (Config.Settings.PersonalityId == "10") then
+if (Config.Settings.PersonalityId == "10") then
Config.Settings.NietMeeleverenVerbergen = true;
-end if;*/
+end if;
// BESLAG DESIGN
if (Config.Settings.PersonalityId == "14") then
@@ -2801,7 +2801,7 @@
- not((CONFIG.InputMode == "Edit") or (CONFIG.InputMode == "CreateConfig") or (CONFIG.Backend == "axapta"))
+ not(CONFIG.InputMode == "Edit") and not(CONFIG.InputMode == "CreateConfig") and not((CONFIG.Backend == "axapta") and (CONFIG.ProcessMode == "Background"))
DATA.Kenmerken.ProductieWijze@default = DATA.Kenmerken.ProductieWijze@option("V")@id;
DATA.Kenmerken.SpecialType@default = DATA.Kenmerken.SpecialType@option("N")@id;
DATA.Kenmerken.Toepassing@default = DATA.Kenmerken.Toepassing@option("L")@id;
Index: production/models/lbx/LBX Configurator,1.0.0.xml
===================================================================
diff -u -r1052 -r1073
--- production/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1052)
+++ production/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1073)
@@ -424,14 +424,14 @@
-
+
-
+
@@ -1182,14 +1182,14 @@
-
+
-
+
@@ -1423,9 +1423,9 @@
-
+
-
+
@@ -1859,24 +1859,29 @@
// DARO
if (Config.Settings.PersonalityId == "10") then
- //Config.Settings.NietMeeleverenVerbergen = true;
+ Config.Settings.NietMeeleverenVerbergen = true;
Config.Settings.IsBenelux = false;
- index i of UI.Kenmerken.NietMeeleveren
+ /*index i of UI.Kenmerken.NietMeeleveren
local string _Id = UI.Kenmerken.NietMeeleveren(i).Id;
if (_Id == "AfdekkapBinnen") OR (_Id == "AfdekkapBuiten") then
UI.Kenmerken.NietMeeleveren(i)@visible = false;
end if;
- end index;
+ end index;*/
end if;
// SFS
if (Config.Settings.PersonalityId == "3") then
Config.Settings.VoorwandTypeVanMBinnenladeGlasToegelaten = false;
+end if;
+
+// VAN HOECKE
+if (Config.Settings.PersonalityId == "1") then
+ Config.Settings.NietMeeleverenVerbergen = false;
end if;
Config settings hardcoded
- ;config.settings.frontbevestigingverbergen@value;config.settings.isbenelux@value;config.settings.voorwandtypevanmbinnenladeglastoegelaten@value;
+ ;config.settings.frontbevestigingverbergen@value;config.settings.isbenelux@value;config.settings.nietmeeleverenverbergen@value;config.settings.voorwandtypevanmbinnenladeglastoegelaten@value;
true
@@ -2172,7 +2177,7 @@
- not(CONFIG.InputMode == "Edit")
+ not(CONFIG.InputMode == "Edit") and not((CONFIG.Backend == "axapta") and (CONFIG.ProcessMode == "Background"))
DATA.Kenmerken.Toepassing = "L";
DATA.Kenmerken.MeenemerSet = "Z";
Defaults invullen