I am not sure whether this question was asked by others or not already, but we have a requirement to show the case in read only mode to the users. The same is possible via Theme UI kit where we can call a Review Harness and show the entire case data in read only mode to the users. Want to know whether similar functionality is achievable via constellation where the case data should be visible to the user in read only mode while another person is working/viewing the case. Thanks in advance.
@ShivakumaaranC a really good question! Glad you asked, I remember this being one of the transition pieces of learnings back when first coming into the Constellation Design System. This was back in Theme-Cosmos 8.5 for me - IsPerform and IsReview when rules weren’t working for us.
The important thing to understand is the concept of Perform and Review do no apply in the Constellation Design System. This was a a binary state in UI KIt but Constellation actually merges this concepts.
At a high level, the “perform” is the form when you have an assignment (Form Views), and the case tabs and summary are the “review” (Partial Views). In your scenario, by building the Pega Application you are building your “review harness” - the case tabs and what you can see about the case. So actually this is much easier than the UI Kit world, the only thing you need do is secure your assignments/widgets/actions, which you would do anyway in a Pega app, and the result is a user who can only access the “review” or read-only versions of the case.