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.
Loop through Machine SubList??
How do you loop through a machine SubList in a Suitelet to pull the data out of the line items?
var machine = form.addSubList('machine','inlineeditor','Editor', 'language');
machine.addField('machine1','text', 'Language Name');
machine.addField('machine2','text', 'Read');
machine.addField('machine3','text', 'Write');
machine.addField('machine4','text', 'Speak');
machine.addField('machine5','text', 'Understand');
0