Restrict permanent deletion

Hi all,

I have a view which contains some document. I have check the property of the database to allow softdeletion. i have also created shared view which contains all the softdeleted documents. Now I want to restrict the permanent deltion of the documents from this shared view. How could i do it.

please help.

Thanks & Regards

Vikas K Sinha

Subject: restrict permanent deletion

Hi,

I would try this. (a workaround)

disable the soft deletion.

put a hidden field into your documents, with FALSE as the defaultvalue.

In the database script are you able to prevent a deletion, so

in the querydocumentdelete event, set the field to TRUE and the continue to FALSE.

now you just have to complete your View selections with i.e newfield=“FALSE”

and make a new view to with the selection: newfield=“TRUE” and then you can see all the “deleted” documents…

regards Bernhard

Subject: RE: restrict permanent deletion

Hi, why dont you just change the name of the form of that document , it wont be visible in your current view. just try this .