cancel
Showing results for 
Search instead for 
Did you mean: 

Change Document Permission on Task

hernanisaurelio
Confirmed Champ
Confirmed Champ

Greetings everyone
How can I allow users who are not in the "ALFRESCO_ADMINISTRATORS" group
can see the task documents even if they don't have permission to do so.
Where should I change?

2 REPLIES 2

openpj
Elite Collaborator
Elite Collaborator

You should implement a service task or a listener triggered before your specific task, where you have to set the permissions for letting users to read that documents using the Alfresco Java API.

Greetings
I still haven't got a solution

Can you show me please?

My idea is to change class java or script responsible to allow that even a user not belonging to the "ALFRESCO_ADMINISTRATORS" group can see all task documents without restriction.