Hello,
It seems like in one of the recent releases the RequestStart event changed so that it now fires for the Insert and Update events as well as the read event. We have logic in our application that it supposed to run against a read event to warn the user if they have unsaved changes, but this change has made this warning fire even when the user is saving their changes. Is it possible to find out the request type in RequestStart? I know this is available in the RequestEnd method, but at that point, it's too late for our logic to run. Or is there another way to handle this?
Thanks for the help!
Regards,
Brian
It seems like in one of the recent releases the RequestStart event changed so that it now fires for the Insert and Update events as well as the read event. We have logic in our application that it supposed to run against a read event to warn the user if they have unsaved changes, but this change has made this warning fire even when the user is saving their changes. Is it possible to find out the request type in RequestStart? I know this is available in the RequestEnd method, but at that point, it's too late for our logic to run. Or is there another way to handle this?
Thanks for the help!
Regards,
Brian