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
Nicolas Bean
08/24/2023, 5:19 PM
right now client side its crashing at around 300 line items
b
battk
08/24/2023, 6:08 PM
choices are a suitelet in an iframe for your sublist
battk
08/24/2023, 6:10 PM
or Sublist.addRefreshButton, which typically requires you to find an alternative to storing state
n
Nicolas Bean
09/19/2023, 12:12 PM
@battk just as an update we ended up using sublist.addRefreshButton which basically acts like a beforeLoad for the sublist... very useful!