Does anyone experiencing ```INVALID_API_VERSION_FO...
# suitescript
l
Does anyone experiencing
Copy code
INVALID_API_VERSION_FOR_FORM
API error? This script work before we refresh sandbox. What I’m trying to do is in my suitelet page create a form and set clientScriptId
b
netsuite thinks your client script file is ss1
l
Got it, let me take a look
How can I fix that…I did add annotation before my script but still having same error
m
I dunno if this is related to your error but in general setting
form.clientScriptModulePath
is a better idea than the internal id
l
Thanks. I’ll try that
Still not working 😞
b
You can try the standard delete the file and recreate it
Or try sharing your annotation on the off chance you missed something
l
Copy code
/**
 * @NApiVersion 2.x
 * @NScriptType ClientScript
 * @NModuleScope Public
 */
I try delete it and re-upload using SDF
and somehow it works lol