Question
Cognizant
IN
Last activity: 31 May 2024 3:26 EDT
difference between user and editable data pages
difference between user and editable data pages
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 31 May 2024 3:26 EDT
Rulesstack Private Limited
IN
Hi @TanyaS58
Lets take an example of insurance domain based application:
In an insurance application built on Pega, a user data page may store information specific to an insured individual's policy details and coverage preferences. When a user logs in, their policy information, such as coverage limits, deductible amounts, and selected add-ons, is loaded into their user data page. Throughout their session, the application accesses this data page to provide personalized insurance recommendations, renewal reminders, and claims assistance tailored to the user's policy.
Now, let's consider the use of an editable data page in the insurance application. Suppose the application allows users to update their contact information, including their mailing address and phone number. In this scenario, an editable data page is utilized to hold the user's contact details. Users can access this data page to view their current contact information and make edits as needed. For instance, if a policyholder moves to a new address or changes their phone number, they can update the information directly within the application. Once the changes are saved, the editable data page reflects the updated contact details, ensuring that the insurance company has accurate and up-to-date information for communication purposes.
Hi @TanyaS58
Lets take an example of insurance domain based application:
In an insurance application built on Pega, a user data page may store information specific to an insured individual's policy details and coverage preferences. When a user logs in, their policy information, such as coverage limits, deductible amounts, and selected add-ons, is loaded into their user data page. Throughout their session, the application accesses this data page to provide personalized insurance recommendations, renewal reminders, and claims assistance tailored to the user's policy.
Now, let's consider the use of an editable data page in the insurance application. Suppose the application allows users to update their contact information, including their mailing address and phone number. In this scenario, an editable data page is utilized to hold the user's contact details. Users can access this data page to view their current contact information and make edits as needed. For instance, if a policyholder moves to a new address or changes their phone number, they can update the information directly within the application. Once the changes are saved, the editable data page reflects the updated contact details, ensuring that the insurance company has accurate and up-to-date information for communication purposes.
Refresh Strategy: Editable data pages typically do not have a built-in refresh strategy, as their purpose is to hold data that users can directly modify within the application.
Once users make changes to the data within an editable data page and save those changes, the data is updated in the system and reflected immediately. There's no need for a refresh strategy in this context, as the data is dynamically updated as users interact with it.
Node Level: For data synchronization purpose, editable data page does not have the Node level scope.
I hope this clarifies things for you.
Thanks,
Ravoof.
Maantic Inc
IN
Are you taking about read-only and editable data pages?
Pegasystems Inc.
IN
@TanyaS58 - User pages are present in clipboard and have the pages contained till that particular thread level.
Editable data pages are one of the type of data pages where we can add or modify the data in that data pages. These data pages wont be having any refresh strategy and wont be present in node level scope.The data page displays in the User Page list on the clipboard.
Thank you.
Accepted Solution
Updated: 31 May 2024 3:26 EDT
Rulesstack Private Limited
IN
Hi @TanyaS58
Lets take an example of insurance domain based application:
In an insurance application built on Pega, a user data page may store information specific to an insured individual's policy details and coverage preferences. When a user logs in, their policy information, such as coverage limits, deductible amounts, and selected add-ons, is loaded into their user data page. Throughout their session, the application accesses this data page to provide personalized insurance recommendations, renewal reminders, and claims assistance tailored to the user's policy.
Now, let's consider the use of an editable data page in the insurance application. Suppose the application allows users to update their contact information, including their mailing address and phone number. In this scenario, an editable data page is utilized to hold the user's contact details. Users can access this data page to view their current contact information and make edits as needed. For instance, if a policyholder moves to a new address or changes their phone number, they can update the information directly within the application. Once the changes are saved, the editable data page reflects the updated contact details, ensuring that the insurance company has accurate and up-to-date information for communication purposes.
Hi @TanyaS58
Lets take an example of insurance domain based application:
In an insurance application built on Pega, a user data page may store information specific to an insured individual's policy details and coverage preferences. When a user logs in, their policy information, such as coverage limits, deductible amounts, and selected add-ons, is loaded into their user data page. Throughout their session, the application accesses this data page to provide personalized insurance recommendations, renewal reminders, and claims assistance tailored to the user's policy.
Now, let's consider the use of an editable data page in the insurance application. Suppose the application allows users to update their contact information, including their mailing address and phone number. In this scenario, an editable data page is utilized to hold the user's contact details. Users can access this data page to view their current contact information and make edits as needed. For instance, if a policyholder moves to a new address or changes their phone number, they can update the information directly within the application. Once the changes are saved, the editable data page reflects the updated contact details, ensuring that the insurance company has accurate and up-to-date information for communication purposes.
Refresh Strategy: Editable data pages typically do not have a built-in refresh strategy, as their purpose is to hold data that users can directly modify within the application.
Once users make changes to the data within an editable data page and save those changes, the data is updated in the system and reflected immediately. There's no need for a refresh strategy in this context, as the data is dynamically updated as users interact with it.
Node Level: For data synchronization purpose, editable data page does not have the Node level scope.
I hope this clarifies things for you.
Thanks,
Ravoof.
Cognizant
IN
@Mohammad Ravoof thanks for a detailed explaination