Hi All,
I have configured "Extension of Probation" action and "Confirmation" action. The problem is even when I run a "confirmation" action for an employee to make him a confirmed employee, I am also able to run "Extension of Probation" action for the same on a different date even though he is confirmed.
Kindly let me know the process to throw an error if "Extension of Probation action" is run once the employee is confirmed.
Also pls let me know if this could be solved through dynamic action or feature and the way to do it.
Points would be rewarded.
Thanks
Deepali
check the additionalo acitons are activated or else
where exactly ur getting this one i want the screen where u are getting
Hi Deepali,
You can do it using dynamic action.
Follow the previous steps
1) When you are creating action 'extension of probition'
2) Call a subroutine in dynamic action
3) In that subroutine check whether employee is confirmed or not
4) if employee is confirmed then throw a error message
5) otherwise allow to save that action
6) we can configure dynamic action in T588Z
Hope this will help you
Add a comment