Index: development/models/tbx/TBX Configurator,1.0.0.xml =================================================================== diff -u -r1161 -r1162 --- development/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 1161) +++ development/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 1162) @@ -3027,7 +3027,7 @@ - + @@ -3059,7 +3059,7 @@ - + @@ -3249,10 +3249,10 @@ - + - + @@ -3287,7 +3287,7 @@ ;behavior.iseconax@value;behavior.iseconweb@value; - (CONFIG.Backend == "axapta") + BEHAVIOR.IsEconAx Initialisatie AX @@ -3417,7 +3417,7 @@ CONFIG.Settings.OperationMode = "Extern"; -if (LCase(_OperationMode) == "intern") then +if (LCase(_OperationMode) == "intern") or (BEHAVIOR.IsEconAx) then CONFIG.Settings.OperationMode = "Intern"; end if;