I want to give the customer details and document uploaded in review details screen in constellation

Hi all, I want to give the customer details and document uploaded in review details screen in constellation, If I make a created views read only in review details, It is changing in the form views also, how to make a read only views in Review details screen.

@Satya K

You can use partial Views in such read-only scenarios , instead of updating form views.

Please refer to this article - https://docs.pega.com/bundle/platform/page/platform/user-experience/configuring-partial-views.html for more details.

Hi Satya,

You can enhance the functionality of your application by reusing partial views for your case or data objects across various contexts. Partial views are particularly useful as they allow you to modularize your code, making it easier to manage and maintain.

These views can be effectively employed in read-only scenarios, where you want to display information without the need for user input or interaction. For instance, you could implement them as tabs on a full view page, presenting different sets of information in a clean and organized manner. This approach not only improves the user experience by making navigation straightforward but also keeps your application’s interface clean and intuitive.

For your scenerio create a new tabbed view in Review details screen and add the Customer details and documents uploaded in tabs and add the views in that tabs then it shown read only in review details screen

Let me know if you need further assistance or examples!