Hi *!
Currently only the view trigger has "routing" functionality.
E.g.: you can decide in the view trigger, that a delete actually is a soft delete - you execute an UPDATE not a DELETE.
The INSTEAD OF triggers should be executed before the other triggers.
In the INSTEAD OF trigger you should be able to signal, whether the the processing of the DML write operation should be continued or skipped to this record.
Hi *!
Currently only the view trigger has "routing" functionality.
E.g.: you can decide in the view trigger, that a delete actually is a soft delete - you execute an UPDATE not a DELETE.
The INSTEAD OF triggers should be executed before the other triggers.
In the INSTEAD OF trigger you should be able to signal, whether the the processing of the DML write operation should be continued or skipped to this record.