Please help, I'm super stuck. In the file EmailServices.java: The function sendMailFromScreen has an orderId in bodyParameters. Context is passed to runScriptAtLocation in GroovyUtil.java. The orderId is available here. :) The function runScriptAtLocation calls this groovy file, MiniReorderProds.groovy MiniReorderProds.groovy doesn't have the orderId in the context. :(
I got the impression that this line preserved the context InvokerHelper.createScript(scriptClass, getBinding(context)).run(); //in file GroovyUtil.java But it doesn't seem to. Thanks in advance. Patrick
