My Stuff
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.
Comments
-
Hi Richard, I would argue the documentation was unclear. The problem was that I thought 'customrecord_api_rest' was a fixed literal in the url, it was not clear to me that I needed to substitute my custom record name in place of that literal. I have it working now, thanks for checking back with me! Neil
-
I've spotted my obvious mistake: I had $httpMethod = 'PUT'; and it should have been: $httpMethod = 'POST'; It's working now 😀