/****** This script was created using the Data Springs Dynamic Forms Delete Data SQL Routine ******/ /****** - This SQL Script should be executed as a SQL Completion Event to delete data from your custom table. ******/ /****** - You should always review your SQL query created. ******/ /****** - Note: Creating update SQL queries and using SQL events is not required to capture data, your form data is alreay stored in standard related tables. ******/ /****** deleting data from custom table should only be used for advanced data manipulation or custom application requirements. ******/ /****** - Example implementations might include insert/update/delete custom workflow implementation requirements, backup log of data, or other related implementations. ******/ DELETE FROM {databaseOwner}[{objectQualifier}DynamicForms_CustomTable_1197] Where UniqueCompletionID = '$(DSParam1)'