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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Suitelet: addRow()
addRows( rows )
rows: an Array of Arrays containing name/value pairs containing column values for multiple rows -or- an Array of nlobjSearchResults containing the results of a search with columns matching the columns on the list
By the above definition, the nlobjSearchResults works fine at my end. But I am not sure how to implement the "Array of Arrays".
When I have a search result the list appears on the screen as expected, but how to add values to a row which do not originate form a search result. I have some values that I want to populate from a record object. How to build the multi-dimensional array or array?
0