Index: development/models/lbx/LBX Configurator,1.0.0.xml =================================================================== diff -u -r1156 -r1157 --- development/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1156) +++ development/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1157) @@ -1,19 +1,19 @@ - + - + - + - + - + - + @@ -27,31 +27,31 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -262,81 +262,81 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -347,26 +347,26 @@ - + - + - + - + - + @@ -401,65 +401,65 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -806,277 +806,277 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1182,35 +1182,35 @@ - + - + - + - + - + - + - + - + - + @@ -1226,7 +1226,7 @@ - + @@ -1239,19 +1239,19 @@ - + - + - + - + - + @@ -1262,155 +1262,155 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + @@ -1611,6 +1621,15 @@ Algemene input parameters ophalen ;config.backend@value;config.processmode@value;config.token@value;config.language@value; + + true + +BEHAVIOR.IsEconAx = (CONFIG.Backend == "axapta"); +BEHAVIOR.IsEconWeb = (CONFIG.Backend <> "axapta"); + + Gedrag Omgeving instellen + ;behavior.iseconax@value;behavior.iseconweb@value; + (CONFIG.Backend == "axapta") @@ -1745,7 +1764,7 @@ Config.Settings.OperationMode = "Extern"; if (LCase(_OperationMode) == "intern") then - Config.Settings.OperationMode = "Intern"; + Config.Settings.OperationMode = "Intern"; end if; Ophalen OperationMode en InputMode ;config.inputmode@value;config.settings.operationmode@value; @@ -1952,7 +1971,7 @@ SelectedOption = UI.Kenmerken.LadeKleur; for i = 1 to len(UI.Kenmerken.LadeKleur@options) UI.Kenmerken.LadeKleur = UI.Kenmerken.LadeKleur@option(i)@id; - UI.Kenmerken.LadeKleur.Text = DATA.Kenmerken.LadeKleur@option(i)@label; + UI.Kenmerken.LadeKleur.Text = DATA.Kenmerken.LadeKleur@option(i)@label; end for; UI.Kenmerken.LadeKleur = SelectedOption; @@ -2096,7 +2115,7 @@ local boolean _BEHAVIOR_IsVerpakkingVHossZichtbaar; local boolean _BEHAVIOR_IsVerpakkingPalletZichtbaar; -if (CONFIG.Settings.OperationMode == "Intern") or (CONFIG.InputMode == "CreateConfig") or (CONFIG.Backend == "axapta") then +if (CONFIG.Settings.OperationMode == "Intern") or (CONFIG.InputMode == "CreateConfig") or (CONFIG.Backend == "axapta") then _BEHAVIOR_IsVerpakkingProboxZichtbaar = true; _BEHAVIOR_IsVerpakkingVHossZichtbaar = true; _BEHAVIOR_IsVerpakkingPalletZichtbaar = true;