How to reassign a parent SR after an activity is completed
Hi, I have the following scenario in a SR with several manual activities assigned to different people. When an activity is completed, I want to reassign the parent SR to the assigned-to user of the next activity. I don't seem to be able to achieve this with an Activity Event workflow. Anybody has a suggestion ?
Stephane
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭
Powershell Activity! Have a PSA after each MA where you want the Assignment to happen. PSA would get the Implementer of the next activity in sequence and assign the parent to that user.
0
Answers
Powershell Activity! Have a PSA after each MA where you want the Assignment to happen. PSA would get the Implementer of the next activity in sequence and assign the parent to that user.
Duh ! I wish I had thought of it !
Thanks Justin