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
No I need that if an employee is temporary disabled all his products are suspended (for each product I have to send an email to external help desk to suspend the product (role on a system)).
The ideal for me should be that in approval policy to have a suspend workflow to but it isn't.
Request in personwantsorg doesn't have a status suspended or something similar?
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.