Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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...
0