Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
form based client scripts
I am trying to get a sample form client script working in 2.0... Looks like it is not executing at all. IF I switch the form to a sample 1.0 script.. That works fine... Has anyone been doing these?
I have had one problem already where I get an exception with a 2.0 script so I guess it is somehow loading it.
The ide creates this line
* @NApiVersion 2.x
But this will cause an exception. Ti has to be changed to this
* @NApiVersion 2.0
0