Hello, I'm facing 'INVALID_API_VERSION_FOR_FORM' w...
# suitescript
s
Hello, I'm facing 'INVALID_API_VERSION_FOR_FORM' while accessing my suitelet (SuiteScript 2.0) url. Any idea?
b
netsuite thinks you are adding a suiitescript 1 client script to your form
s
Same script is working fine in Sandbox... Yesterday we moved to production. In the production account we are facing the issue.
b
what does your client script look like
importantly, the jsdoc at top
s
Client also related to 2.0 version
b
if you want, remove the line in the suitelet that adds the client script
if it works, something is wrong with your client script
s
Okay.. Will try