Question
PT ASURANSI SIMAS JIWA
ID
Last activity: 2 Feb 2017 21:21 EST
Get Data Page to Data Transfrom
#HelpPegaExpert!
i have data page and i want to get pxResults in data transfrom is there another way to do it?
i attach my requirment in word
thanks before
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
HI Adri,
I had created a similar use case with two parameters taking as inputs by the Data Page List and used in the data transform. I doubt you might have missed some configuration, could you cross check with my use case and let me know for our further investigation share your full use case configuration.
Regards
Mahesh
Pegasystems Inc.
CA
You are asking about "another way to do it". So just wondering, which way have you tried?
From your screenshot, looks like yours is a parameterized data page. If you have to reference it in a data transform, you need to use the decorated syntax: D_RiderPage[detail:"321", relation:"1"]. You can then iterate over the results using For Each Page In D_RiderPage[detail:"321", relation:"1"].pxResults. Note that the values "321" and "1" need not be hardcoded. You can replace them with property references or parameters.
PT ASURANSI SIMAS JIWA
ID
i already try that and getting error.
i attach my capture in word
im using pega 7.2.1
thanks before PraneethPurighalla for helping :)
Pegasystems Inc.
IN
The attached document seems to be corrupted. Could you attach again the error that you are getting.
PT ASURANSI SIMAS JIWA
ID
okey thanks before rawap :)
Pegasystems Inc.
IN
Your syntax seems to be correct. Is your data page and Data transform in same rule-set ?
Just wanted to check if it is not pre-requisite issue and data transform is looking at correct data page.
Also which Pega version are you using ? There was an enhancement few releases back to data pages to take the parameters from current parameter page, since your params are already in parameter page, could you try directly calling your data page without passing params explicitly.
Thanks :)
Accepted Solution
Pegasystems Inc.
US
HI Adri,
I had created a similar use case with two parameters taking as inputs by the Data Page List and used in the data transform. I doubt you might have missed some configuration, could you cross check with my use case and let me know for our further investigation share your full use case configuration.
Regards
Mahesh
PT ASURANSI SIMAS JIWA
ID
Thanks mahesh :)