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!
Suitelet with custom form
I'm pretty new to Netsuite programming, so please forgive the dumb question!
I would like to create a form...preferably in a .html file which would have access to the typical Suitelet/Netsuite record functions. I've figured out how to deploy a suitelet and associate a .js file to handle accepting GET and POST and such...but I would much prefer an .html file instead of .js because it's easier to design.
So in a nutshell:
I want to offer customers a form...via a web URL. Hopefully in an .html file.
I would like the form to modify a sales order based on certain criteria selected by the user.