<@UAVNH6CJ1> N/record.setValue has an "ignoreField...
# suitescript
c
@CraigyD N/record.setValue has an "ignoreFieldChanged" option that defaults to false. If you want it to ignore, set it to true.
c
Unfortunately it's on current record, not loading a record and manipulating so nlapiSetFieldValue doesn't have the ignore field change option. Maybe I'll load the record in the afterSubmit event. Not over the moon about doing that though.
I also didn't think a user event action could tried field change actions though. I thought that was only client side.