I have a script that is getting back an id from a ...
# suitescript
z
I have a script that is getting back an id from a service I created. The id is generated at the service level. I have managed to get the id returned to NetSuite, it's in a http.get request, but when I attempt to set the field using record.setValue('custrecord_id', parsedJSON.myNewId), it gives the following message: "THAT_RECORD_IS_NOT_EDITABLE" I have checked the settings for the field itself, and it appears to allow me to change the value in NetSuite directly, it just doesn't allow me to save it via SuiteScript. Does anyone know how I can save to this particular field? It's in a custom record I created myself, and I have never set it to ReadOnly as far as I know.