Closed
case open with one user at a time
We have a requirement that a case needs to be simultaneously open by 2 people at the same time and they need to collaborate the answers . can this be done?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
We have a requirement that a case needs to be simultaneously open by 2 people at the same time and they need to collaborate the answers . can this be done?
I don't know about the "collaboration" piece of your requirement, but it sounds like optimistic locking may help you here.
In order to do this, you have to decide on how to arbitrate deadlocks. If user A sets the name field in the work object to "Mary", and user B sets the name field to "John", and they attempt to do this simultaneously, how do you want this to work? Do you want whoever touches it last to "win"? Do you want the 2nd of the simultaneous inserts to fail? How do you want it to fail?
Before you can implement something, you have to know how you want it to work. Even if you use optimistic locking, so that the lock is only grabbed at the last possible instant, you still want to know if by writing "Mary" you are overwriting "John" which was inserted 1 second earlier.
This is not an easy thing to do, and a lot depends upon what you expect from these collaborating operators. Can more than 2 users work on the case at the same time? You need to think this out very carefully.
Question
Question
Question
Question Solved
Question
Question Solved
Question Solved
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.