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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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