Delete document and file

Hello,
I have a new problem …

I use a java plugin for importing a lot of documents. This plugin has been created by another firm and they have forgotten to display an error if the path to copy the document is wrong.
So I have documents inserted in our Nuxeo but with no folder. So when I do a query like “Select * from Document where dc:description = 'import'“, documents are here, but I can't deleted them (the deleted button isn't accessible.

Do you have a solution to deleted all these documents ?
Thanks in advance

0 votes

1 answers

2331 views

ANSWER

Hi,

In order to have access to this button, you need to get "Remove" and "Remove children" permissions. Are you logged as Administrator? Where do you have execute the query to retrieve the docs?

12/11/2012



Thanks for the help.

I found a solution.

I create an automation chain which delete document with description = 'import'.

Bye

0 votes