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.
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