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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
https.delete Issues
Hello,
I have a 2.X RESTlet that has a delete handler and a 2.X User Event that calls the RESTlet. For create (put via https.put), update (post vis https.post) the User Event and RESTlet work fine. For delete, I am using https.delete with the URL appended (as it has no body) with params such as https:<nsurl>&name=chris&id=12345 as defined in the examples. My URLS all look correct but when I log out context.name or context.id or context in general on the RESTlet side, I get no output. I would expect "chris" for the name and "12345" for the id and SOMETHING in
0