Hi all,
I need to implement a workflow procedure to manage temporary disabled employee.
If an employee is temporary disabled I have to start a suspend workflow for each product I have (this workflow manage sending some mail)
Is it possible?
Thanks
Hi all,
I need to implement a workflow procedure to manage temporary disabled employee.
If an employee is temporary disabled I have to start a suspend workflow for each product I have (this workflow manage sending some mail)
Is it possible?
Thanks
So, OOTB, when a user is temporarily disabled, you have the option of either keeping or suspending the resource associated with the account. So, I would create a process on PersonHasResource (Or PersonHasResourceTotal) that sends the mail. You can use the event and the generating condition to decide when it gets generated.
Approval policies have nothing to do with it.
So, OOTB, when a user is temporarily disabled, you have the option of either keeping or suspending the resource associated with the account. So, I would create a process on PersonHasResource (Or PersonHasResourceTotal) that sends the mail. You can use the event and the generating condition to decide when it gets generated.
Approval policies have nothing to do with it.