Discussions
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 *