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.
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