Hi Everyone and Happy New Year! Does anyone have ...
# suitescript
m
Hi Everyone and Happy New Year! Does anyone have a good way to measure performance of their Suitescripts? Specifically, I'm trying to figure out if using "search" would be faster than using "record.getSublistRecord" and then "getValue".
s
For that level of performance monitoring it's going to involve custom code to measure and log the performance of each (trying multiple times to get an average)
At a higher level there's the NS provided performance monitoring suiteapp.
m
Gotcha, thanks @Seth Duda