Thanks for the response.
Here's a few more resources that may help you:
- http://wiki.dreamfactory.com/DreamFactory/Features/Scripting/V8Js#Additional_Functions_Available
- http://wiki.dreamfactory.com/DreamFactory/Troubleshooting#Logging
When we see this, it's usually because there was an error during the script writing process. Have you pasted your script in a code editor to check?
Our built in code editor has BASIC syntax checking. But that would only alert you if you don’t close the line or try use a deprecated function, for example. Therefore, a more robust IDE would be ideal for troubleshooting the things that are not DreamFactory specific.
Thanks,
@AlexBowen