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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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