cancel
Showing results for 
Search instead for 
Did you mean: 

How can i give permission to a user to access a file in a folder in which it doesn't have any permission?

klotilda
Champ on-the-rise
Champ on-the-rise

Hello, I want to create a workflow (in eclipse) in which user A assigns a task to user B. To complete that task, user B has to access a file in a folder X , in which it has not access. How can i achieve that? Thanks in advance.

1 ACCEPTED ANSWER

douglascrp
World-Class Innovator
World-Class Innovator

You can set specific permissions on the document.

By doing so, users will be able to see the document when using search for example, but they will have problems if they try to access the parent folder's properties.

To fix that, you could give the user the read permission on the folder, but then you would have to change the permissions on the other files inside the folder, first by turning off the permission inheritance, and then defining who can see those.

I hope you can understand the idea.

View answer in original post

2 REPLIES 2

douglascrp
World-Class Innovator
World-Class Innovator

You can set specific permissions on the document.

By doing so, users will be able to see the document when using search for example, but they will have problems if they try to access the parent folder's properties.

To fix that, you could give the user the read permission on the folder, but then you would have to change the permissions on the other files inside the folder, first by turning off the permission inheritance, and then defining who can see those.

I hope you can understand the idea.

thanks a lot Smiley Happy