Discussions
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."