Question
How to handle the multi-screen problem?
Any thoughts on how we can handle this problem?Did anyone else faced similar issue and how did you handled it?
Many times recently we have cases that get "stuck" are doing so because someone processes on them twice. There's three flavors of this:
- The same user opens the case on two different tabs/windows. They process the case on one and a few hours later process the case again because they found the second tab
- Two users open the case. User 1 processes and completes. User 2 then does the same a few minutes later
- [only seen twice] Two users hit get work within milliseconds of each other and got the same work object
We're less concerned with option 3 because we've only seen it once. Options 1 and 2, though, are painful.
Could we change those process models to prevent this issue:
We want to include clear messaging to the user when they try and process the second time.
Consider performance too.
