Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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.
0