We have a requirement to work on a case and view the document in two different windows at the same time more like a split screen functionality so that user can work on case and view the document in parallel.
Can anyone suggest on how this can be achieved using Pega or by integrating through any external plugins?
Also, it would be helpful if anyone could suggest on how we can achieve this functionality within the same screen.
This customization can be achieved via AJAX containers. You can spilt the screen and load the screens via usage of Primary and Secondary Ajax containers on the same screen.
You can target the cases to load on Primary Ajax container and the other Document screen over the Secondary ajax container.
This would lead to the creation of Two Threads in the clipboard.
Also please note that if the application in running on Theme Cosmos then the above approach may not work as Theme Cosmos architecture utilizes the Ajax containers be default.