Pro-Tip Webstorm Users Just discovered this — if ...
# suitescript
c
Pro-Tip Webstorm Users Just discovered this — if you make client scripts using webstorm, by default the scripts will specify NApiVersion 2.x -- This is frustrating for many reasons, mainly that it does not support modern javascript syntax like template literals. I’ve been working around this, but just noticed today if you explicitly change the NApiVersion to “2.1” it stops throwing errors.