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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
another: Script Execution Usage Limit Exceeded
I have a script that does a transfer between warehouses from an item receipt.
When it does one line item it says I have 920.0 left. Yes, I ran the below code to tell me the 920.0 was left:
var use = nlapiGetContext().getRemainingUsage(); response.write(use);
If I run two line items, it gives me this error. Logically if one line item only depletes it by 80, why does 2 line items totally kill the script with the usage limit error?
0