Hi All,
Can any one explain when to use Editable data page and Savable Data Page with example.
Thanks,
Vikram
Hi All,
Can any one explain when to use Editable data page and Savable Data Page with example.
Thanks,
Vikram
Hello,
Can this be helpful: https://collaborate.pega.com/question/savable-data-pages-v74
Hi Vikram,
Editable – This page contains initial contents that can be accessed in read-write mode. Editable data pages do not have a refresh strategy or save plan and cannot be node-level in scope. These data pages are displayed in the user page list on the clipboard.
Example: To load Customer Profile information like FirstName, LastName, EmailID, NewCustomer, etc..
Savable – This page provides a save plan through a database source or an activity so that users can update data and write to a system of record. Only savable data pages can be referenced in save data page locations, which are areas in the application where you can list data pages to save. For example, you can list the pages to save in flow actions during postprocessing, the Save Data Page shape to use in Case Designer or the Flow form, and the Save-DataPage method to use in activities.
Example: To save the KYC details of a customer.