https://netsuiteprofessionals.com logo
Title
r

reptar

10/24/2018, 5:13 PM
my bad, apparently the list.addMarkAllButtons() doesn't exist for inline editor. no idea why.
well that's weird. also from the api doc: var form = serverWidget.createForm({ title : 'Simple Form' }); var sublist = form.addSublist({ id : 'sublist', type : serverWidget.SublistType.INLINEEDITOR, label : 'Inline Editor Sublist' }); sublist.addMarkAllButtons();