what's the best way for me to create a dynamic list in a SL? I was thinking about form.addSublist but sublistType parameter is throwing me off. I want to use LIST as the type but the docs state this type will have a fixed number of lines. Do I just have to re-call my suitelet each time i want to update my list?
b
battk
05/07/2020, 2:10 AM
you can use the 2 editor type sublists
battk
05/07/2020, 2:11 AM
you might also consider adding a refresh button to your list sublists
a
AFL
05/07/2020, 2:14 AM
ok so i will have to reload the SL each time via a client script right?
AFL
05/07/2020, 2:14 AM
when i want to change the results
b
battk
05/07/2020, 2:22 AM
probably not client script unless you want a very visible process
battk
05/07/2020, 2:25 AM
Sublist.addRefreshButton() can be used to get new contents for the sublist, but i have never found it very useful