It is my understanding that the post event handler will work in case you what to do something after the event, right? I have implemented other post event handlers in the past and if the event fails it did no hit the post event handler, which is what I would expect, except that in the VendEditInvoice Post postInvoice Event Handler it does not happen this way.
I want to update the status of a record in my table only if the invoice is posted, so I program this in the Post postInvoice Event Handler. As I debug, I discover that the post event handler is hit and then the invoice fails to post!
Is this really the expected behavior? If so, witch event should I use to update my record status?
Thanks in advance.