Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
SuiteScript Time Limits
I'm using a RESTlet script and getting a "SSS_TIME_LIMIT_EXCEEDED".
The script is running no more than a few minutes and is well below governance usage limits. What can anyone tell me about script time limits? I can't seem to find much, if any, documentation on time limits.
A search of the NetSuite help has only this to say about the error
Script Execution Time Exceeded.
Also, in the section on governance, the documentation seems to suggest there are no time limits
Given that there are no time limits imposed on script execution, NetSuite has put internal mechanisms in place to detect “runaway scripts” that include infinite loops. Once caught, these scripts will be terminated and an SSS_INSTRUCTION_COUNT_EXCEEDED error message is thrown. Should you receive this error, NetSuite recommends that you examine the for loops in your script to ensure that they contain either a terminating condition or a condition that can be met.