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!
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