This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Temporary disable an employee

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

Parents
  • 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.

Reply
  • 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.

Children
No Data