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!
Issues with SuiteLets
I have a Suitelet that shows a submit button. It displays
just fine when I click on the URL for the Suitelet. But when I click the Submit button I get a notice that "That Suitelet is invalid, disabled, or no longer exists." I would like to know what I'm doing wrong here. I can see the suitelet is deployed, and released. The Submit button has a functionName : onSubmitClick value set. I've added a clientscriptmodulepath to the form (which has the onSubmitClick function. The onSubmitClic function currently is just an alert("You clicked the submit button);
interestingly enough. if I comment the clientscriptmodulepath line and the functionname line. I get the same results when I click the submit button.