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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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