Issue
I’m trying to write my first client script and it’s not initiating (in the past I wrote a UE script and it worked fine).
In order to troubleshoot the issue I’m trying to use a very basic alert script from a blog to check whether the problem is in within my code, configuration or something else. I tried the last script from this article:
https://suiterep.com/2020/06/25/suitescript-2-0-hello-world/
But even using this code the script isn’t initiating and I see no notes in the execution log. I’m attaching a screenshot of the deployment.
Solution
Your script file needs a .js extension. Rename it to “testscript.js” in the File Cabinet, then try again.