How can i enable manager to just bulk update his subordinates not other employees. #596
-
Which permission i have to use so that manager can just see only his employee in various modules.
Is there any combination of permission that we can use to achieve this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @unreal0901 , To grant permission for bulk updates to a reporting manager or an employee, they need the following permission: To provide this permission to a user:
Once granted, the user will have access to the Bulk Update option in the Actions button. However, they will have permission to update the entire employee dataset. Best Regards, |
Beta Was this translation helpful? Give feedback.
Hi @unreal0901 ,
To grant permission for bulk updates to a reporting manager or an employee, they need the following permission:
@permission_required("employee.change_employee").
To provide this permission to a user:
Once granted, the user will have access to the Bulk Update option in the Actions button. However, they will have permission to update the entire employee dataset.
Best Regards,
Team Horilla