Question
Murex
LB
Last activity: 31 Oct 2016 7:10 EDT
Refresh row of Repeat grid reading form report definition
Hello,
I have a repeat grid reading from a report definition.
I would like to refresh the grid whenever any value is updated/changes.
I am currently setting the grid operation to 'Allow refresh on update' as follow
I have also tried setting an expression for the Row refresh
Both options are not refreshing the row whenever the value changes.
Please note that when I refersh the page, the value are updated. But I would like the grid to refresh automatically on the value changes, is that possible?
Thank you in advance for your help,
Mariane
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hi Mariane,
Did you also try adding an action set (Actions tab of the grid): On change event -> Refresh Row.
If not then maybe this might help.
Thank you.
Incessant Technologies
GB
HI Mariane,
If there is only a single grid in the section,then u can refresh the section on change event,since u you asked for the refresh of the entire grid on change/update of single value.
Thank You. .
Blue Rose Technologies GmbH
DE
Let me make this clear, "Allow refresh on update" option is totally different. This is used to refresh the whole grid when some change happens during the row editing. This is also available for modal edit mode.
Blue Rose Technologies GmbH
DE
I am not sure I understand the exact reason for your row refresh, because "Click row to edit" mode itself does a row refresh once you edit the row and tab out of it.
Anyways I tried configuring a RD bound grid with "Row refresh on property changes" and it worked perfectly for me.
Murex
LB
Hello,
Thank you all for your replies, they are much appreciated :)
My exact requirement is whenever the value (of a row) generated by the RD changes - from a webservice, not from row editing- then I would like to refersh my grid, or row holding that value that was changed elsewhere.
Any ideas on how to implement teh above ?
Thank you in advance for your help:)
Mariane
Incessant Technologies
GB
You can use a Data page and put your report definition in it as source and give the data page as source for the grid.Based on the settings in the data page,this will give you latest values .
BlueRose Technologies
AU
Hi SrijithSasindhran,
As the requirement says to refresh the Data Page every time whenever a record is updated in the DB table and thus in RD. So, what configuration in Data Page will help us achieve this? Do we any option other than "Reload Once Per Interaction" as it would be a performance hit?
@MarianeA - Do we have any particular condition / situation under which the data would be updated in RD?
Murex
LB
Hello Giridhar,
The situation where the data would be updated in RD is that a REST service could be calling Pega and updating the data.
Thank you,
Mariane
BlueRose Technologies
AU
Hi Maraine,
Keep refresh condition as "Declare_pzRecentsCache.pxUpdateDateTime Changes" in your repeating grid and it will refresh whenever value changes/updates.
Thanks,
Prudhvi
Murex
LB
Hello Prudhvi,
Thank you fo ryour reply. I set the refresh condition as you stated but unfortunately it is not refreshing whenever the value changes/updates.
Thank you,
Mariane
BlueRose Technologies
AU
Hi Maraine,
Can you please check the below article.
https://community.pega.com/support/support-articles/workbasket-not-automatically-refreshed
Thanks,
Prudhvi