Change Document Permission on Task

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 04:15 AM
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?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2023 03:34 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 05:40 AM
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.
