screnshaw
02/26/2019, 4:18 PMrecord 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?
//set employee active with record.submitFields()
//do some stuff and then createdRecord.save();
//set employee inactive with record.submitFields()