Skip to main content
October 31, 2024

Is there an event handler upon saving a document with the Text Editor ?

  • October 31, 2024
  • 1 reply
  • 0 views

Dear community,

Upon saving a Word document, I would like to apply some logics to my document (like data cleansing).

My question is, is there an event handler business rule that we could use for that ?

Regards,

1 reply

November 1, 2024

I think the only event handler that might do this is Wcf Event Handler (Windows Communication Foundation). It is a separate Business Rule type and appears in the Extender section. There are some strands on OneCommunity regarding it. You will need to examine the service type that is fired (hopefully) when you save the Word document. Without knowing how you are editing/saving the Word document I can't suggest anything else.