How to add checkbox in a list (serverWidget.List) in Suitelet
问题 I just started using NetSuite and SuiteScript 2.0. Here is my need: I need to create a list based on a record, then I need to select the desired lines on the list to call a function only for the selected lines. Currently, I created a list (using N/ui/serverWidget.List object), and I'm able to display the lines from my record using N/search module to feed my list, I also created a button on the list so I can call a function. Where I'm stuck, it's to select the lines that appear in the list in