Short Command to TRACE (Update Form)
Instead of changing the TRACE parameter in the PARAM sheet to TRUE each time a trace should be done when updating a form, there is a quicker way to trigger a TRACE.
To perform a dry run without storing data to the database, hold Ctrl+Shift while clicking Save Values. After the simulated save completes, you can view the results in SQL Trace on the View tab.
In the database, five new tables have been created (or updated if it already existed). The table's name will be trc.u_<user_id>_del_data_attributes and so on. Deleted records can be viewed in these tables, as well as parameter variables that were used in the deletion (delete clauses).