Back
eventPreDeleteSQL
Editing, Updating and Creating Records
eventPreDeleteSQL
Name of function to call before record is deleted.
Default:
This function will be passed 2 parameters, $key, the primary key of the relevant record, and the $lens object. This function is typically used to initiate a transaction. The transaction is completed in the eventPostDeleteSQL function.

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 1.0]