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.
Adding Button to Menu
When you customize a form and add buttons, there is a "display as". I want to add a button and display it as menu. Can that be done within Suitescript?
var script = "alert('Hello World')"; form.addButton('custpage_custombutton', 'Click Me', script); Thanks,
Jason
0