Index: accept/models/lbx/LBX Configurator,1.0.0.xml
===================================================================
diff -u -r1065 -r1070
--- accept/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1065)
+++ accept/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1070)
@@ -1423,9 +1423,9 @@
-
+
-
+
@@ -2171,7 +2171,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
Index: accept/models/tbx/TBX Configurator,1.0.0.xml
===================================================================
diff -u -r1067 -r1070
--- accept/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 1067)
+++ accept/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 1070)
@@ -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: accept/models/tax/TAX Configurator,1.0.0.xml
===================================================================
diff -u -r1065 -r1070
--- accept/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1065)
+++ accept/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 1070)
@@ -1875,7 +1875,7 @@
-
+
@@ -2800,7 +2800,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;