Hi, all. I'm brand new to SuiteScript and working ...
# suitescript
j
Hi, all. I'm brand new to SuiteScript and working my way through the NetSuite course. It's a little old (all done in 2.0) but mostly works fine for getting the basics. I'm trying to work through an exercise around scheduled scripts and the N/search module and running into an error I cannot seem to resolve and which doesn't make sense to me. I've stripped this down to the most bare bones I can think of and it still doesn't work. Error I get:
Syntax error: missing : after property id
b
shorthand property names is a feature of suitescript 2.1
j
Ah, yes. I did notice that changing to 2.1 fixes it, but I was trying to stay in 2.0 (just because the course is in 2.0). Thank you!