Event aupdate_control_before

This event is called before the update of a line in the database and works similar to the AINSERT_CONTROL_BEFORE event. It assigns values on properties because no control has been done on the properties. The development partner has access to the this.snapshot reference to access the origin value of the property being controlled.

After this event is called, three controls will be done on every property of the class:

When nested classes must be controlled, such as a 3-level header / line / sub-line structure exists, the event is performed on the header level first, then on the first line and its associated sub-lines, on the second line and its associated sub-lines, and so on.

When complex updates are done on nested classes, this event is called only if a line has been modified.

If all the controls related to the update are not fulfilled, an error can be triggered.

Context

The following variables or properties are available in the context: