Eystein Bye
10/22/2021, 12:37 PMconst result = query.runSuiteQL({
query: q,
params: [customerID],
}).asMappedResults();
it uses 155sec.
Should I not run it from a RestLet?Dominic B
10/22/2021, 12:45 PMEystein Bye
10/22/2021, 12:46 PMEystein Bye
10/22/2021, 12:53 PMparams
field. If you have multiple params and a long string that is your query. It takes forever. When I concatinate the params into the string myself, it is fast.
from 155sec to 2secWatz
10/22/2021, 3:33 PMWatz
10/22/2021, 3:34 PMEystein Bye
10/22/2021, 3:44 PMEystein Bye
10/22/2021, 3:44 PMMatt Bernstein
10/22/2021, 3:57 PMEystein Bye
10/22/2021, 3:57 PMjen
10/22/2021, 5:05 PMEystein Bye
10/22/2021, 5:05 PMjen
10/22/2021, 5:07 PM