Hi Team,
Consider the following scenario.
The first level user submits the request and the request is now in second level user’s inbox. I am setting a timer and if the second level user is not approving the request within say 2 days, I need the request to be get approved automatically (move the process flow to next node). I was able to proceed to next node using timer and the request is now in third level user’s inbox, however the request is still shown in second level user’s inbox. I need to remove this from second level user’s inbox(not manual removal by user).
Is there any approach to do this - by scripting or any other logic for implementing this.
Thanks in advance.