@CraigyD N/record.setValue has an "ignoreFieldChanged" option that defaults to false. If you want it to ignore, set it to true.
c
CraigyD
06/13/2018, 7:33 AM
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.
CraigyD
06/13/2018, 7:36 AM
I also didn't think a user event action could tried field change actions though. I thought that was only client side.