I am having an issue with `record has already chan...
# suitescript
s
I am having an issue with
record has already changed
when doing a submitFields. I am having to set an inactive employee active, add them to the record with setValue, and then inactivate the user after the record is saved. Any thoughts on why I am getting
RCRD_HAS_BEEN_CHANGED
error?
Copy code
//set employee active with  record.submitFields()
//do some stuff and then createdRecord.save();
//set employee inactive with record.submitFields()