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!
Suitelets and Sublist help
2 questions:
1. We have a custom Suitelet that will run a transaction search and display the results at the bottom in a sublist. What we need to do is write an on-click script that will read data from the fields on the suitelet's nlObjForm object, and then reload the suitelet with these values as URL parameters. This script will be triggered by a button on the form separate from the submit button. When we wrote a function to get the suitelet's field values and print them to the screen as proof of concept, we got null values and errors instead. Our