Hi guys,We've created a Precedent system which allows admins to save a document into Worksite and then users can use these documents to based thier new documents on. A lot loke a tempalte system.I've using the interwoven obejcts to copy the document onto the users OC and create a new document based on the copied document.It all works great but no events get logged into the DocHistory table.I use the GetDocument(DocNum, DocVersion) to get the selected document,then I use the GetCopy(Path, nrNativeFormat) to create a copy of the document on the users PC. After wish i create a new document and insert the text fro mthe copied document in to the newly created document.None of this actions is saved into the DocHistory tableAny ideas of how I can achive this??