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

Re-enable employee

Hello.

Is there a process plan to reactivate an employee if it's exit date is greater than current date? I use the schedule plan "Lock accounts of employees that have left the company" to permanently deactivate employees according to exit date. But I need to reactivate employees who have returned  and their exit date has changed.

Thanks.

Evgen

Parents
  • Hello,

    As mentioned in the above post, we are using the condition specified to re-enable a disabled user. However, for some reason when the date is updated, the template is not triggering

    If $CCC_TermDate[C]:Bool$ and $CCC_TermDate[o]:Date$ < Date.Today and ($CCC_TermDate:Date$ > Date.Today) Then

          Value = False

    End if

    Can someone advise what is wrong with the above condition?

Reply
  • Hello,

    As mentioned in the above post, we are using the condition specified to re-enable a disabled user. However, for some reason when the date is updated, the template is not triggering

    If $CCC_TermDate[C]:Bool$ and $CCC_TermDate[o]:Date$ < Date.Today and ($CCC_TermDate:Date$ > Date.Today) Then

          Value = False

    End if

    Can someone advise what is wrong with the above condition?

Children
No Data