Join Slack
Powered by
Hey all, looking how to solve a Syntax error: miss...
# general
l
Logan Ickert
05/10/2022, 2:58 PM
Hey all, looking how to solve a Syntax error: missing ; before statement error with a client script from SW21 I am currently trying test, the code passes JS validity checks which doesn't make any sense. Github link will be posted in the replies
Logan Ickert
05/10/2022, 2:58 PM
https://github.com/ardimaunahan/suiteworld-2021/blob/master/src/FileCabinet/SuiteApps/com.netsuite.sw2021/method1/SD_CS_Method1.js
c
CD
05/10/2022, 3:02 PM
Is your NS instance set to parse 2.x as 2.0 or 2.1?
l
Logan Ickert
05/10/2022, 3:06 PM
2.0
b
battk
05/10/2022, 4:09 PM
your script uses features not implemented in 2.0 (template strings and let)
battk
05/10/2022, 4:09 PM
use 2.1
l
Logan Ickert
05/10/2022, 6:56 PM
Awesome thank you for the help
6
Views
Open in Slack
Previous
Next