
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 06:43 AM
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.
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 09:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 09:48 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2017 05:18 AM
thanks a lot
