I am trying to find out if there is any kind of task management in forms.
As an example, i have several forms used to log requests (leave, PO's, service etc) these are assigned to various users. If a user leaves they may still have tasks assigned to them. I need to make sure these tasks are not lost. I know i can go into each instance and re-assign, but this is pretty slow. If they have a large number of tasks spread over quite a few processes, how do i know i've got them all?
Currently i have to go through the following process.
Create a report. download to excel. filter by username. write down instanceID. go back to instances. open each one. reassign.
Repeat for each process (30 - 40)
I realize i could log in as the user, but its all sync'd with AD so i'd have to go around and ask everyone for their passwords.
I would like to be able to select all tasks assigned to that user and reassign them to another user.
I would also like to be able to get some sort of information about all instances (across all processes). I would like to be able to see form name, instanceID, current Status, who its assign to etc.
Thanks for any help.