We have a mass update that changes 2 fields on an item. Field A & Field B. In a user event script (beforeSubmit) I am checking that if Field C is true, set Field D = true.
Even though Field C is true, when the mass update runs, the code logs (newRecord) Field C is false. HOWEVER, if I go to the item, Field C is still true!
Has anyone ran into this before and how the heck do you get around it?
addToWeb is true & status = Active on the item. Even after the mass update runs