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.
500 Internal Server Error
I'm writing against the 2008.2 endpoint, using request-level authentication, to store customer and order data. Error handling in the service seems to be *very* bad, as almost anything that fails seems to fail by returning completely undiagnosable internal errors.
The first example I came upon was happening when updating a customer record. The address book, being pushed with replaceAll true, was failing on a customer where of the address entries were marked explicitly defaultBilling false and defaultShipping false. Perhaps this is illegal, but the server should either choose one and make it the default, which I believe it used to do, or it should return a sensible error. It took hours to identify the problem.