Forum Discussion

Sergey's avatar
Sergey
Contributor III
2 months ago

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

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,

  • MarcusH's avatar
    MarcusH
    Contributor III

    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.