Does anyone know if it's possible to not paginate ...
# administration
a
Does anyone know if it's possible to not paginate the line items on a transaction form during create/edit? Right now it limits the lines to 25 at a time, and when I add a 26th, it automatically adds it to the next page but doesn't show me the new page - still shows me the first 25 results
s
Try optimizing NetSuite on Set preference
a
those settings don't affect the transaction form 25 row limit
m
Would calling
selectLine()
on the last line (or wherever you want the focus to be) on pageInit work? I think that'll select the right page but I also know I've seen some weird things in similar situations.
a
that's an interesting idea @MTNathan