Skip to Content
0
Former Member
Apr 15, 2010 at 03:38 PM

How to delete data from a DSO using start or end routine

441 Views

Is it possible to delete records from a DSO in the start or end routine.

My example: I have order 123, item 10, sched line 1. This gets loaded into the DSO.

Next day I have order 123, item 10, sched line 2 coming in.

I want to delete the first one (with sched line 1) from the DSO and load the second one (with sched line 2).

Can code be put in the start or end routine to do this?