Is there a way to call an event handler to run from within another event handler?

I have an event handler that runs on before check in changes, and I want the same code to run from After Check in Changes Finalize. Is there a way that I can call the code from the other event handler into this one?

Parents Reply
  • Each method runs on different starting objects snd use identical functions further down within each codebase that modify excel files, remove the current pdf document if there is one and then covert the excel file to a pdf. I think I may move the function to a vault extension method and then just call the vault extension method within each event handler. I believe this will be the best solution.

Children
No Data