Event aupdate_after
This event is called after the successful RewriteByKey. Additional update operations can be done in this event. If an error occurs during this event, a Rollback will be automatically performed and the update operation will fail.
Context
The following variables or properties are available in the context:
thisrefers to the current class. All properties can be found using thethis.PROPERTYsyntax.this.snapshotrefers to the initial values for the current class. All properties can be found using thethis.snapshot.PROPERTYsyntax.CURPTHdescribes the child class path if the method is called on a child class. If the method is called on the main class, CURPTH is empty.AEVENTis equal to AUPDATE_AFTER.