All:
I'm trying to run some logging code when an order is voided in the SOP Sales
Transaction Entry form.
In VBA we would trap the 'modal dialog' event and see if the user responded
'yes' to the prompt.
In VS Tools we have the
Dynamics.Forms.SopEntry.SopEntry.VoidButtonNone.ClickAfterOriginal event, but
I can't tell if the user responded 'yes' to the 'do you want to delete'
dialog.
Is there any 'void' event that I can trap, or another way to do this?
TIA...