Discussions
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?