Anyone know the maximum line count you can have wh...
# suitescript
n
Anyone know the maximum line count you can have when you add a sublist to a SuiteLet please? (without getting in to pagination)
k
Is it not based on the user prefs?
n
Think that's the preferred number per response on the record. I'm talking about a SuiteLet that's creating a form and custom list and I want to ram in a search result dataset. I suspect it's a stupidly large figure. If nobody can say I'll give it a whirl with a search that returns >4k results and see what happens ๐Ÿ˜„
s
The page will load super slow most likely
u
Agree with @Sandii. To be honest, I limit mine into a maximum of 50
n
That's not what I asked though, I'm interested to know the limit ๐Ÿ˜‰ If you limit the list to 50 @ใ‚ฏใƒชใ‚นใƒ”ใƒใƒ†ใƒˆ how do you typically handle selection of records across pages of data? i.e. select lines 1 - 5 on the first 50, then 3 - 10 on the second set etc and finally submit the form for processing. I've seen it done once in SS1.0 but it was pretty messy.
u
I would store it over the session object
n
So create something like a key/value pair object in the session obj?
u
yup. I have a key where I store the information like selected lines and other line info
๐Ÿ‘ 1