Resolved! Can't get Glide Ajax function to work in Scripted Rest Resource
I have a script include that I want to call inside a Scripted REST Resource. However if I call the function using: new GlideAjax('MyFunction') I get syntax errors. So I have to change the call in the code to new MyFunction(); This works, however I am...