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.
REST PUT method for a custom record
This function is a "PUT" REST method for a custom record. It's for our "handling unit" custom record but it's quite generic.
My question is: is there a better/cleaner way to retrieve the internal id of the custom record I'm looking for ? The key I'm searching on is unique, so it can't return more than one result. Also, is there a better way to process the results than forEachResult, since there can only be one result?
Any other suggestions for improvement would be appreciated, as this bit of code is going to get a lot of exercise.
/** * @param {Object} dataIn Parameter object *
0