Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
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. Register now
External access to Customer Forms and Suitelets
I am trying, so far unsuccessfully, to create a form that I can reach from our web site, returning some values to our web site.
To do this, I have followed the instructions to create a Suitelet and a Custom Form ( under Online Customer Forms ).
The Suitelet script has a BuildForm function, with the request and response parameters described in the documentation, and that is the function that I put into the Form as the "Page Init Function."
However, every time that I access the new form using the URL on the "External" page of the Form definition, I receive a JavaScript error about "request.getMethod is not a function," and, as far as I can tell, that is true, and the value of "request" is the string "create."