I would like to set a flag in our DB to 'inactive' for deleted content through a standalone datadeployment invoked upon submission of a deleted file - i.e. I don't want the actual record associated witht the file or dcr to be removed from the DB, I just want to change a column value if the file has been deleted. Is this possible? Using OD 6.1, TS 6.5 on Win 2003. Thanks!
The reason for this requirement is that we need file deletions to trigger re-indexing through a custom search application we have developed, and because we dynamically embed content from our teamsite-generated files in our call center knowledge-base application. So, if something is deleted, our application notifies a KB specialist to revisit the content. Anyways - what you suggested seems to be the most straightforward thing to do - implement a trigger in the Oracle db directly.Thanks a million.