does anyone know if we can do a custom sublist (sc...
# suitescript
n
does anyone know if we can do a custom sublist (scripted) with a filter at the top? use case: display a list of items & available quantities + filter with a location drop down -> important is that they need to be able to interact with the sublist by entering data into fields on the sublist
right now client side its crashing at around 300 line items
b
choices are a suitelet in an iframe for your sublist
or Sublist.addRefreshButton, which typically requires you to find an alternative to storing state
n
@battk just as an update we ended up using sublist.addRefreshButton which basically acts like a beforeLoad for the sublist... very useful!