Hi there, I'm observing a RCRD_HAS_BEEN_CHANGED when I do record.submitFields(). I am a bit perplexed because my understanding is that record.submitFields() simply writes to the database without a load/save. I think of it as an "atomic" operation. So, I can't understand why we would ever run into a RCRD_HAS_BEEN_CHANGED.
1. Does anyone have insights?
2. Also, is it correct that RCRD_HAS_BEEN_CHANGED will only be triggered when an update to the same field is attempted?
Cheers!