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?