This content has been marked as final.
Show 2 replies
-
1. Re: problem with overwriting the default delete procedure
shawkins Aug 7, 2013 11:18 AM (in response to katherine)Delete does not have a concept of "new" (that's only for insert/update). Delete and update have access to "old".
Steve
-
2. Re: problem with overwriting the default delete procedure
katherine Aug 20, 2013 3:45 PM (in response to shawkins)Steven,
Thank you so much. I make it works now.
Katherine