Hi,
I use a session variable to keep track of the last edited item. That session variable is used in the visual editor, in the WHERE statement for a look up list.
I can't seem to find anyway of unsetting that session variable just before the lookup list is populated, in the "add item" page. As a result, the add item shows the lookup list for the last edited item.
So I've had to go into every other page and unset the session variable when that page loads, but that still might not cover all options (eg, the user navigating back the list page with the browser back button, and hitting "add new").
Would be great to have an event before the add page is built.
Regards,
Andy