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.
Sandbox not working?
I have a PHP script that uses a Netsuite RESTlet API to lookup partner, customer and product IDs in Netsuite before compiling all of the information together to create a SalesOrder.
The problem is: I can't get through the entire script because Netsuite Sandbox does not response after a few calls. I've validated everything is correct, and I've gotten through the entire process before, but now it fails 9 times out of 10. It's impossible to do any development work if Netsuite doesn't respond to the calls.
Anyone having similar issues? Is there throttling on the Netsuite side to limit the number of API calls? My script does about 5-6 API calls to lookup info, then it sends a 7th API call to create the SalesOrder, and I'm only running this for one order -- a half dozen API calls shouldn't be enough to be throttled.