Script to reschedule a scheduled script within the script based on usage to avoid ‘SSS_USAGE_LIMIT_EXCEEDED_ERROR’ in NetSuite scheduled script.
Tag: usage limit
Checking Test scenarios for Usage Limit Exceeded cases.
Info: HTN-104 As we know, the governance limit for Schedule script is 10000 & crossing this will result in execution failure.Normally, we reschedule scripts to overcome these conditions. But what about in the case where we perform loops that search huge records & update based on the given range. Example situation: Consider 150 customers are… Continue reading Checking Test scenarios for Usage Limit Exceeded cases.