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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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