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 order to trigger a function only for the selected lines.
With the API, I tried to add a column of type CHECKBOX for the list but it doesn't work.
Do you know the best way to achieve that?
Thank you.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…