A common need, I think, is when the employee leaves for vacation or permanently the company.
We need to reassign all his assigned documents. I think the simplest way is to loop over all the queues and search for records assigned to the employee. Then remove it from the assignation field.
I do not think we should allow to assign to someone else for two reasons. We will ask for each queue which employee to assign to ensure access rights are correct. We will overload the replacement employee.
But de-assign the employee will put back the documents in the queues and they will be redistributed evenly to all staying employees.
1 Like