Question
PT. Sinarmas Multifinance
ID
Last activity: 23 Jun 2017 16:08 EDT
How to save page-list at External Database
Hallo
I am new beginner in Pega Development.
I have a question to save page-list or insert list in DB ???
Can somebody help me and my team..
Thanks for participation to reply this thread.
Best Regards!!
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Incessant Technologies
GB
Hi ,
You need to select for each embedded page in activity step and define your pagelist name in step page.In the child you need to do a obj-save.This will save each page of that page list.PFA for reference.
Thanks
Incessant Technologies
IN
I don’t think it is possible to save any *-list kind of property to external table, as storing list property would need a blob column and reading/writing blob column is proprietary to Pega.
PT. Sinarmas Multifinance
ID
okay, thanks for your reply RajeshYadav.
so we need a way to save the list in database, RajeshYadav
if we only using an activity to save, it's only store 1 data at each time we invoke that activity.
can you teach me what blob column and reading/writing blob column appropriate to PEGA?
BlueRose Technologies
AU
Hi,
All the property values will be stored in pzpvStream property which is a BLOB column for every pega table.
What is your scenario of the list property. Please check the class of the list property and open the class rule of it.
Click on "Test Connection" button to know the corresponding DB table of it. And, the property values will get saved to that table.
As you are new to pega, I suggest you to complete SAE 1 and SAE 2 in PEGA academy.
PT. Sinarmas Multifinance
ID
Thanks Prudhi_N,
My problem involve of using Obj-Save in looping behaviour which is I don't know how to loop it over depends on my clipboard page data.
For Example: There are 3 input fields (First Name, Last Name and Middle Name)
I input 5 times in a repeating grid layout. All of my input data is only stored in clipboard data pages.
How do I copy that "5 data" ;which I input earlier; into the database?
Can you show me the step in Activity for save into the database ???
Regardss!
Accepted Solution
Incessant Technologies
GB
Hi ,
You need to select for each embedded page in activity step and define your pagelist name in step page.In the child you need to do a obj-save.This will save each page of that page list.PFA for reference.
Thanks
-
Joseph Spurgeon
Pega Systems
IN
you want to save explicitly in a different table other than the case related db table?
Cognizant
US
Hi ,
Although not tried with External DB . but please find here how to save in PEGA DB with screen shot (may be help full).