Document event after update

Peter Otmar asked on May 27, 2014 04:08

Hi, I need to do a webrequest to call saved document. I tried to use the DocumentEvents.Update.After event but noticed that the document at that time is not available as i believe it is not published.

Workflow events don't fire as we don't use workflow.

Is there an event I could override to capture the document after publish event? Or what would be the best approach to capture the document after save?

Any help with this is greatly appreciated. Thank you

Recent Answers


Richard Sustek answered on June 9, 2014 02:34

Hi Peter,

Thank you for your message.

The DocumentEvent which you mentioned is the correct one you need to actually use. This event gets fired whenever a document is changed and it is available. I have seen very similar error in the past and actually it was fixed in some of the hotfixes so if you are using version 8 please apply the latest hotfix which should fix this.

Also a note - if you want to capture publish event you can use the WorkFlowEvents.Publish or any other event which you can find here

Kind regards,

Richard Sustek

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.