Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Submit buttons called by form.addSubmitButton have stopped working on suitelets
As of this morning, all of our suitelets that call the form.addSubmitButton function don't work. The button displays properly but when clicked nothing happens. If I look at the console while clicking on the button I see an error come up "Uncaught ReferenceError: getSubmitButton is not defined".
It appears that NS changes the code on the back end from addSubmitButton to a different function called getSubmitButton. The only problem is that the function appears to be undefined.
This was working fine up until this morning. The truly odd thing is that this only affects the submit button that we add at the bottom of the suitelet with the .addSubmitButton call. The top submit button that you always get by default works fine.