Question
Pegasystems Inc.
IN
Last activity: 4 Dec 2019 1:59 EST
Savable Data Pages v7.4
What is meant by Savable Data pages exactly? As I saw the descriptions it is stating that "You can define a data page to save data to a system of record by using save plans. By using save plans, you can save the updated information after without an activity."
So, Does it mean is it saving to the Internal database or External System database or it will just update the Data page ?
As per my knowledge System of Records means the Page/Page List will get the data from the external system as reference.
Please clarify me on this, I'm confused about this.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Hi Raj,
Please find the answers to your queries as follows,
Hi Raj,
Please find the answers to your queries as follows,
- Is this Savable Data page applicable only for the Data type rule (Data table) ? i.e, for the local storage – No. This supports all classes irrespective of local storage.
- Saving the Data page means
- If it is a Page structure we are populating - Will it save the updated page to DB ? – Yes.
- If it is a List structure we are populating - Will it save the updated page list or newly added page list to DB ? – For list type, “Database save” option is not available under Data save options in the data page. One has to choose “Activity” save option in the “Save type” drop down and have their own logic to save the list.
- If we are using List and adding a new page to the list of Data page - how we will add new page is it using <APPEND> keyword or using Data Transform append to ? – You can use either of them given the data page is not “Read-only”
- On the Data Save options if we select the Database save option and
- If we select the same class as Data page class - Will it save directly to the DB ? - Yes
- If we put the other class than Data page class - Will it save to the new class (table mapped) which is mentioned and Does the both class structures need to be same (new class mentioned and the Data page class) and what need to be specified on the DataTransform for new class ? – The data transform should have the necessary steps to do the mapping of the properties from the data page class to the new class.
- Data page save means will it save to the Defer save? – Yes
- Will it committed to the DB when the next commit happens - explicitly or through OOTB (assignment complete) ? If the savable data page is added as part of the flow action, commit happens on assignment completion. So, no explicit commit is required.
- If we select the Data Save options - Activity with Save-Datapage option with writenow, will it commit immediately like Obj-Save with writenow ? - Yes
Hope this clarifies your doubts related to the savable concept introduced in Pega.
Regards
Mahesh M
Pegasystems Inc.
US
Hi Raj,
While exploring about the new concept in Pega 7.4 - Savable Data pages created a sample document which explains about its advantages and its usage. Attaching it over here for your understanding, hope that might answer your queries.
Regards
Mahesh M
-
Harshini Yalavarthy Alba Bajo Pallabi Mukherjee Raghavendra Peddabudi
Pegasystems Inc.
IN
Hi Mahesh,
Thank you So much for the document. It's really helpful. But, I have the following doubts. Please clarify.
- Is this Savable Data page applicable only for the Data type rule (Data table) ? i.e, for the local storage
- Saving the Data page means
- If it is a Page structure we are populating - Will it save the updated page to DB ?
- If it is a List structure we are populating - Will it save the updated page list or newly added page list to DB ?
- If we are using List and adding a new page to the list of Data page - how we will add new page is it using <APPEND> keyword or using Data Transform append to ?
- On the Data Save options if we select the Database save option and
- If we select the same class as Data page class - Will it save directly to the DB ?
- If we put the other class than Data page class - Will it save to the new class (table mapped) which is mentioned and Does the both class structures need to be same (new class mentioned and the Data page class) and what need to be specified on the DataTransform for new class ?
- Data page save means will it save to the Defer save? Will it committed to the DB when the next commit happens - explicitly or through OOTB (assignment complete) ?
- If we select the Data Save options - Activity with Save-Datapage option with writenow, will it commit immediately like Obj-Save with writenow ?
Pegasystems Inc.
US
Hi Raj,
I had dropped a mail to our Product Specialists regarding this additional queries and will let you know if i hear an update from them.
Regards
Mahesh M
Pegasystems Inc.
IN
Thank you so much Mahesh.
Accepted Solution
Pegasystems Inc.
US
Hi Raj,
Please find the answers to your queries as follows,
Hi Raj,
Please find the answers to your queries as follows,
- Is this Savable Data page applicable only for the Data type rule (Data table) ? i.e, for the local storage – No. This supports all classes irrespective of local storage.
- Saving the Data page means
- If it is a Page structure we are populating - Will it save the updated page to DB ? – Yes.
- If it is a List structure we are populating - Will it save the updated page list or newly added page list to DB ? – For list type, “Database save” option is not available under Data save options in the data page. One has to choose “Activity” save option in the “Save type” drop down and have their own logic to save the list.
- If we are using List and adding a new page to the list of Data page - how we will add new page is it using <APPEND> keyword or using Data Transform append to ? – You can use either of them given the data page is not “Read-only”
- On the Data Save options if we select the Database save option and
- If we select the same class as Data page class - Will it save directly to the DB ? - Yes
- If we put the other class than Data page class - Will it save to the new class (table mapped) which is mentioned and Does the both class structures need to be same (new class mentioned and the Data page class) and what need to be specified on the DataTransform for new class ? – The data transform should have the necessary steps to do the mapping of the properties from the data page class to the new class.
- Data page save means will it save to the Defer save? – Yes
- Will it committed to the DB when the next commit happens - explicitly or through OOTB (assignment complete) ? If the savable data page is added as part of the flow action, commit happens on assignment completion. So, no explicit commit is required.
- If we select the Data Save options - Activity with Save-Datapage option with writenow, will it commit immediately like Obj-Save with writenow ? - Yes
Hope this clarifies your doubts related to the savable concept introduced in Pega.
Regards
Mahesh M
-
Dinesh Bhargav Nihar Maka
Pegasystems Inc.
IN
Hi Mahesh,
Thank you very much for the clarification. But just need some more clarification on the below.
- If we are using List and adding a new page to the list of Data page - how we will add new page is it using <APPEND> keyword or using Data Transform append to ? – You can use either of them given the data page is not “Read-only” [Raj] : So Does it mean we can update/Add new pages only for the Savable and Editable Data Pages ? (Generic question)
- On the Data Save options if we select the Database save option and
- If we put the other class than Data page class - Will it save to the new class (table mapped) which is mentioned and Does the both class structures need to be same (new class mentioned and the Data page class) and what need to be specified on the DataTransform for new class ? – The data transform should have the necessary steps to do the mapping of the properties from the data page class to the new class. [Raj] : So If we put new class then the new class page will save right and the current class will be same as before ? Please clarify
Pegasystems Inc.
IN
Hello All,
Can someone help me on this ?
Delta Denta
US
Won't Savable-DataPage's run in different thread?
Pegasystems Inc.
IN
Hi,
Thank you for posting your query in the PSC. This looks like an inactive post and hence, we suggest you create a new post for your query. Click on the Write Post button here. Once created, please reply here with the URL of the new post.
You may also refer this discussion link as a reference in the new thread.