B
Brian K. Maher
Guest
You are running into a transaction/record scoping issue. You create and assign data then the on write trigger is hit in the execution stream so the event is registered then your code continues on and the record is written out (i.e. transaction scope ends). For performance reasons, we defer writes until needed.
Continue reading...
Continue reading...