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!
Suitelet responding "This request is missing a required parameter."
I have a suitelet - it's irrelevant what it's supposed to do...
Just simply issuing a curl command - or a POST from another source throws the error "This request is missing a required parameter" - BUT that's never logged in the Suitelet log - this is 100% NetSuite, not my code, intercepting the request and killing it before my Suitelet can process it...
Anyone know what the mystery parameter is that netsuite is hitting before the Suitelet can do work...
The Suitelet code starts like this:
function funWithSuitelets(request, response){ nlapiLogExecution('DEBUG', request.getAllHeaders());
And never is anything put to the server log...