Thanks all. I think I'll start moving to that layo...
# suitescript
e
Thanks all. I think I'll start moving to that layout after lunch. I'll do some more testing and post results here for any one who's curious
👍 1
r
How did it go? I am planning to do the same with all my client scripts to avoid the annoyance of the 10 CS limits. Moreover, I might even consider deploying it everywhere to avoid minimum hassle regarding having multiple CS in each record type. So, a big Client Script that is shared all across the system. But still need to figure it out the proper module structure.
e
1 script with 14 functions and 1 script with 14 module calls were nearly identical in loading time
I ended up sticking to to module route so I can edit 1 module at a time if need be
both were VASTLY faster than 14 scripts with 1 function each
about 35% loading
r
Thank you for sharing!