Hello Carey,
You should be able to run your workflow rule that will first change Unit% and/or Maximum Project Availability on any Assigned work items, Owned work items and Managed work items depending on how related work items show in your environment. Then, you would update the state of the user to ‘suspended”
Hi Boris,
In this instance we do not want to update Units% because that would impact the entire assignment. Instead we want to change the assignment to 0% on a specific day and for a specific time period within the overall duration of the task.
Carey
Before updating the resource status to “Suspended”
- Loop through the assignments/projects pertaining to that user
- If its not started - you need to replace with appropriate replacement resource if identified through another process, else replace with generic resource (Placeholder resources)
- If the task is already started and progress reported - you need to hold the activity performed by terminated resource - then you need to split the task into 2 and for the later you can have the replacement resource assigned for the first one - it will be 100% complete for the amount of work already performed by the terminated resource and assignment stays.
I dont think there is a way to update the units on specific days within a task during the duration of the task.
Thanks
Sakthi.
Hi Sakthi,
Thank you for your response - I was worried that this is the only option.
As I mentioned, sometimes the terminations are not announced far enough in advance for these steps to be taken, but where we do know the termination date in advance we will try to take the steps mentioned above.
It would be nice if AdaptiveWork had an automated process to change the allocation to 0% on the day of termination (or the day after), in case this is something that can be considered for future development.
Carey
Yes, Carey.
There is no problem in automated process for the tasks which does not have progress. Only issue when there is progress reported and it has to be taken care of.