I deployed a restlet to my server and selected app-all.js. some odd reason when calling it I get that error and that's it. What am I doing wrong? What should fix it?
Asked
Active
Viewed 194 times
0
-
1Can you post a sample of the code? It looks like the error is on the first line so we would need to see what that code looks like. – Mike Robbins Aug 20 '21 at 15:54
-
this is what I was using. http://www.netsuiterp.com/2018/12/how-to-create-sales-order-with-line.html – lostnconfused Aug 25 '21 at 00:26
-
Please post the restlet script. – 2ps Aug 27 '21 at 23:12
1 Answers
0
I found its because I was using suitescript 1.0 and its not supported anymore. I have updated to suitescript 2.0 and not used any dependencies in it and it works correct. Also, not having dependencies will solve the issue.

lostnconfused
- 1
- 3