Question
TalkTalk
GB
Last activity: 23 Feb 2018 6:53 EST
Editable Data Page vs Top Level page
Hi, just out of interest, are there any advantages or disadvantages for using an editable Data Page versus a Top Level page?
Thanks
***Edited by Moderator Marissa to update categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
EPAM Systems, Inc.
ES
Hi Karolina,
Thanks for posting on PSC.
Data pages are always in an advantage position comparatively to top level page. Data page ease access to data in an application. It provides data on-demand access as per your business requirement, though top-level pages are static and don't have any mechanism like "Load Management" to refresh the content of data page at the certain interval.
Editable Data pages let you loosely couple the business logic, source and other useful configuration from data reference. It let the user provide filtered data as per key passed.
Please refer detailed explanation in these link:-
- https://docs-previous.pega.com/comparing-data-pages-other-clipboard-pages
- https://collaborate.pega.com/discussion/source-your-data-data-pages (Please refer to left panel URL as well for relevant information).
- https://myknowpega.com/2017/05/13/data-pages/ (How to configure Data Pages).
Hope it answers your query, kindly mark this post as answered if it does.
Regards,
Asif
EPAM Systems, Inc.
ES
To be particular,
Top-Level Page is a structure in the clipboard for data manipulation and other usages in the application while Data Page is cache kind of data which is made available to the application on request and it can be sourced from external sources as well.
EPAM Systems, Inc.
ES
Usage of Editable Data Page,
- https://collaborate.pega.com/question/editable-data-page
- https://collaborate.pega.com/discussion/sae-ii-excercise-case-type-not-available (Usecase)
Pegasystems Inc.
US
Hi Karolina,
The Top level pages doesn't have the refresh strategies which the Data Pages can provide, due to this the top level pages might return the stale data whereas in data pages with the refresh mechanism you can always work on the live data.
Hope it answers your query.
Regards
Mahesh
TalkTalk
GB
I think I am a bit confused. Let's say if I have a flow action and on the section for that flow action I would need to show some sort of data of some object and be able to amend it and submit it. Would I be able to use Editable data page for this at all?
Thanks
Pegasystems Inc.
US
Yes, you can use the Editable data pages for updating the content of your object which is available in the data page.