Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
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.