I have a sublist in a form and I want to allow the...
# suitescript
s
I have a sublist in a form and I want to allow the user to select some or all of the sublist rows. I've added the function
sublist.addMarkAllButtons();
. This adds the buttons 'Mark all`
Unmark all
but I was hoping it would add checkboxes next to each row so the user can select one or more individual rows.