Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Serach Limit in Scheduled server script
Hi ,
We are calling scheduled server script and we have given search limit as 500
for(var a=0; a<Math.min(500,searchresults.length ); a++)
{
}
but it is successfully working only for 200 records , even if we give 300 also it is giving error as SSS_Limit_Exceeded. Is there any way to increse the search limit.
Can you pls suggest me .This is a high priority issue for us .We need to implement this in our production ASAP...
Thanks in advance,
7HUser
0