Currently, when you look at events associated with a Module/Table, the events are displayed in alphabetic order. It would be more useful if they were displayed in the order in which they occur by default (ignoring the priority set).

For example,
Table - Script Initialization
Table - Set Default Values
Table - Post Read
Column - Pre-Write
Column - Post-Write
Table - Pre Write
Table - Post-Write
Table - Pre-Delete
Table - Post- Delete

Why? because when you want to review what is happening with scripts, you can see a logical progression of what will happen. You can also determine how to set the priority of the scripts more easily.

Comments