Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DELETE RECORD TABLE

mark_fryu
Participant
0 Likes
801

how do i get the record that has been deleted with a delete? in practice, through a delete I delete the duplicate records, but if they are deleted I have to send it in error, how do I know which record was deleted?

3 REPLIES 3
Read only

former_member598787
Participant
0 Likes
739

What is your deletion criteria?

Please elaborate on what is the problem

Read only

VXLozano
Active Contributor
739
1- how do i get the record that has been deleted with a delete?
2- in practice, through a delete I delete the duplicate records,
3- but if they are deleted I have to send it in error,
4- how do I know which record was deleted?
  1. you don't
  2. through a delete you delete records; which records? those you said the system to delete, not "the duplicate ones"
  3. if you need to send them "in error", you must store them elsewhere before deletion
  4. select them with the same conditions, and you know which will be deleted
Read only

VXLozano
Active Contributor
739

caps in internet are the equivalent of SHOUTING

please, remove the caps from the subject