Index: production/regressietesten-AX/output/tax/tax-sifon-lade-dubbele-uitsparing.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-sifon-lade-dubbele-uitsparing.xml (.../tax-sifon-lade-dubbele-uitsparing.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-sifon-lade-dubbele-uitsparing.xml (.../tax-sifon-lade-dubbele-uitsparing.xml) (revision 2669) @@ -570,6 +570,11 @@

+ + + + + Index: production/models/tax/TAX Configurator,1.0.0.xml =================================================================== diff -u -r2662 -r2669 --- production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 2662) +++ production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 2669) @@ -13,7 +13,7 @@ - + @@ -27,10 +27,10 @@ - + - + @@ -42,7 +42,7 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -412,26 +412,26 @@ - + - + - + - + - + @@ -466,18 +466,18 @@ - + - + - + - + - + - + @@ -487,39 +487,39 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1286,63 +1286,63 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + - + - + - + - + - + @@ -1924,7 +1924,7 @@ - + @@ -1937,15 +1937,15 @@ - + - + - + @@ -1967,27 +1967,27 @@ - + - + - + - + - + - + - + - + @@ -1998,153 +1998,153 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + - + - + - + - + - + - + + + - + - + - + - + - + - + - + - + - + @@ -2565,12 +2583,13 @@ BEHAVIOR.OperationMode = _BEHAVIOR_OperationMode; BEHAVIOR.ContextName = _BEHAVIOR_ContextName; BEHAVIOR.IsInteractive = (CONFIG.ProcessMode <> "Background"); +BEHAVIOR.IsAxCreate = (_BEHAVIOR_OperationMode == "New"); CONFIG.InputMode = BEHAVIOR.OperationMode; CONFIG.Settings.OperationMode = BEHAVIOR.AccessMode; Instellen Gedrag Ax (AccessMode, OperationMode, ContextName) - ;behavior.accessmode@value;behavior.operationmode@value;behavior.contextname@value;behavior.isinteractive@value;config.inputmode@value;config.settings.operationmode@value; + ;behavior.accessmode@value;behavior.operationmode@value;behavior.contextname@value;behavior.isinteractive@value;behavior.isaxcreate@value;config.inputmode@value;config.settings.operationmode@value; BEHAVIOR.IsEconWeb @@ -2675,6 +2694,46 @@ Settings ophalen uit argumenten ;config.settings.klantid@value;config.settings.personalityid@value;config.settings.personalityklantid@value;config.settings.kleurbardolinotoegelaten@value;config.settings.kleurnatuuresdoorntoegelaten@value;config.settings.axuserid@value;config.settings.ismaatwerkviewertoegelaten@value;salestableax@value; + + BEHAVIOR.IsAxCreate + + + +CONFIG.CreateContext.KeyValue@Length = 10; + +CONFIG.CreateContext.KeyValue(1).Name = "ProcessMode"; +CONFIG.CreateContext.KeyValue(1).Value = CONFIG.ProcessMode; + +CONFIG.CreateContext.KeyValue(2).Name = "OperationMode"; +CONFIG.CreateContext.KeyValue(2).Value = BEHAVIOR.OperationMode; + +CONFIG.CreateContext.KeyValue(3).Name = "ContextName"; +CONFIG.CreateContext.KeyValue(3).Value = BEHAVIOR.ContextName; + +CONFIG.CreateContext.KeyValue(4).Name = "axuserid"; +CONFIG.CreateContext.KeyValue(4).Value = GetArg("axuserid"); + +CONFIG.CreateContext.KeyValue(5).Name = "IsMaatwerkViewerToegelaten"; +CONFIG.CreateContext.KeyValue(5).Value = GetArg("IsMaatwerkViewerToegelaten"); + +CONFIG.CreateContext.KeyValue(6).Name = "SalesTableAx"; +CONFIG.CreateContext.KeyValue(6).Value = GetArg("SalesTableAx"); + +CONFIG.CreateContext.KeyValue(7).Name = "AxKlantId"; +CONFIG.CreateContext.KeyValue(7).Value = GetArg("AxKlantId"); + +CONFIG.CreateContext.KeyValue(8).Name = "OorsprongKetting"; +CONFIG.CreateContext.KeyValue(8).Value = GetArg("OorsprongKetting"); + +CONFIG.CreateContext.KeyValue(9).Name = "kleurbardolinoeiktoegelaten"; +CONFIG.CreateContext.KeyValue(9).Value = GetArg("kleurbardolinoeiktoegelaten"); + +CONFIG.CreateContext.KeyValue(10).Name = "kleuresdoorntoegelaten"; +CONFIG.CreateContext.KeyValue(10).Value = GetArg("kleuresdoorntoegelaten"); + + CreateContext ophalen uit argumenten + ;config.createcontext.keyvalue[1].name@value;config.createcontext.keyvalue[1].value@value; + (CONFIG.ProcessMode == "Background") Data.Kenmerken.AfdekkapBovenKleur = GetArg("data;kenmerken;afdekkapbovenkleur"); Index: production/regressietesten-AX/output/tax/tax-edi-sifon-lade.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-edi-sifon-lade.xml (.../tax-edi-sifon-lade.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-edi-sifon-lade.xml (.../tax-edi-sifon-lade.xml) (revision 2669) @@ -543,6 +543,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-lade-niet-meeleveren.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-lade-niet-meeleveren.xml (.../tax-lade-niet-meeleveren.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-lade-niet-meeleveren.xml (.../tax-lade-niet-meeleveren.xml) (revision 2669) @@ -497,6 +497,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-standaard-lade.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-standaard-lade.xml (.../tax-standaard-lade.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-standaard-lade.xml (.../tax-standaard-lade.xml) (revision 2669) @@ -484,6 +484,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-itr-probleem.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-itr-probleem.xml (.../tax-itr-probleem.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-itr-probleem.xml (.../tax-itr-probleem.xml) (revision 2669) @@ -489,6 +489,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-standaard-lade-zonder-rughoogte.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-standaard-lade-zonder-rughoogte.xml (.../tax-standaard-lade-zonder-rughoogte.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-standaard-lade-zonder-rughoogte.xml (.../tax-standaard-lade-zonder-rughoogte.xml) (revision 2669) @@ -484,6 +484,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-extern.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-extern.xml (.../tax-extern.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-extern.xml (.../tax-extern.xml) (revision 2669) @@ -496,6 +496,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-sifon-lade-enkele-uitsparing.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-sifon-lade-enkele-uitsparing.xml (.../tax-sifon-lade-enkele-uitsparing.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-sifon-lade-enkele-uitsparing.xml (.../tax-sifon-lade-enkele-uitsparing.xml) (revision 2669) @@ -546,6 +546,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-lade-veel-extras.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-lade-veel-extras.xml (.../tax-lade-veel-extras.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-lade-veel-extras.xml (.../tax-lade-veel-extras.xml) (revision 2669) @@ -489,6 +489,11 @@

+ + + + + Index: production/regressietesten-AX/output/tax/tax-standaard-binnenlade.xml =================================================================== diff -u -r2601 -r2669 --- production/regressietesten-AX/output/tax/tax-standaard-binnenlade.xml (.../tax-standaard-binnenlade.xml) (revision 2601) +++ production/regressietesten-AX/output/tax/tax-standaard-binnenlade.xml (.../tax-standaard-binnenlade.xml) (revision 2669) @@ -491,6 +491,11 @@

+ + + + +