Hi everyone,
I have a specific requirement for managing Task permissions in ERPNext:
- I want employees to see and edit only the tasks assigned to them in the List View.
- I set the “Only If Creator” option in the Role Permissions Manager for the Employee role, with Read, Write, and Select permissions enabled. This restricts employees to seeing and editing only tasks they have created.
- However, this setup prevents employees from editing tasks assigned to them by managers, as they are not the creator of those tasks.
- I need employees to:
- Edit the fields (like Status, remarks, etc.) of tasks assigned to them, even if they are not the creator.
- Be restricted from seeing or editing tasks assigned to other employees.
Thanks in advance!