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.
Coldfusion 8 POST request to a Suitelet - "405 Method Not Allowed"
We're having problems in completing POST between Coldfusion 8 server and the Netsuite sandbox (with script, deploy, compid & h variables in the URL). We're using the standard <CFHTTP> POST method on the server and Netsuite is returning a "405 Method Not Allowed" message.
When we POST all content (including script, deploy, compid & h) we get a "206 Partial Content" result.
However, when we GET all data - we get a "200 OK" response.
Support has asked us to add additional CGI variables to the post, which we've done, and this has changed the 405 into the 206 result for the POST.
An example of the request and result is here: