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.
RESTLet working in developer sandbox but returning blank on production instance
Hi, I have created a very simple restlet used to GET data. This works fine on my developer sandbox to get the requested records (this is doing a simple search only on entityID for contacts).
It returns all records perfectly on my sandbox.
I do not control the deployment or setup of the RESTlet on the production box (for one of our customers). It seems like it was setup correctly because the REST URL works and the Auth works (if I enter incorrect authorization it gives expected error).
But when I try to make the GET with this URL it seems to work but spits out nothing as the response. Just a blank JSON response, no errors or anything, Is it possible there is an internel error that just isn't being outputted? I have also tested this with the simplest get record function that simply takes the id and looks up a contact. Again it works on my sandbox and returns nothing on the production instance.