What no Database PostDocumentPaste? Ideas for a fix?

I just realized there is no Database/PostDocumentPaste event. I know there is a View/PostPaste but I want the PostPaste code to run any time anything is pasted to any view. It would mean I would have to add the code to every view. Yeah I know I can use script libraries but I still need to update every view and any time a new view is added, the developer would have to know to add that code to the new view.

Any idea for a work around? I thought a if document has been created or modified agent but I don’t think there is any way to know that the document has been pasted.

Subject: What no Database PostDocumentPaste? Ideas for a fix??

There is an agent event “after documents are pasted”

Subject: RE: What no Database PostDocumentPaste? Ideas for a fix??

Thanks! Should have looked. Sounds like that might work.

Subject: Great pointer! Thanks