cancel
Showing results for 
Search instead for 
Did you mean: 

Remove privilege on a document

chouinard_
Champ on-the-rise
Champ on-the-rise

Hi, the documents inherit permissions from the parent folder. I need to have only the creator's document to have remove privilege on his document. So someone creates a document and he's the only one supposed to be able to move or remove it. And he cannot remove someone else's document in the same folder. He is given remove privilege on his document but he cannot move it because the parent folder does not have remove privilege.

What would be the best way to arrange permissions for that to work this way ?

Thanks

4 REPLIES 4

pibou_Bouvret
Elite Collaborator
Elite Collaborator

For the first part, you could add an event handler for the creation of such a document and update ACLs as you wish.

In fact, the need is to have specific permission at the document level (is it possible?).

It is indeed possible to have specific permission at the document level.Through automation as I suggested, but you can also activate the rights tab in the ui. I guess this is not possible out of the box because it can generate a lot of ACL entries and performance problems.

Yes, that's the way my permissions are organized