cancel
Showing results for 
Search instead for 
Did you mean: 

POWL: Refresh the cache results of POWL during page load.

Former Member
0 Kudos

Hi Friends,

I am using a feeder class for my POWL. Whenever the user clicks opens the POWL, he sees the cached data/results and he is expected to do a manual refresh to see current/new data. I want to eliminate this by refreshing the cache during the page load itself and show user current data. I already know about the exporting parameter in handle_action method which is used to do refresh. But it does not work in this case.

Pls help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Saud,

In which release you are? in new release you can do refresh by personalization where options are there.

There are other options also to refresh

1) By passing URL parameter refreshA=X it will refresh all queies when loading

2) By passing refreshq=X, it will refresh the current query

best regards,

Rohit

Former Member
0 Kudos

Hello Saud,

In which release you are? in new release you can do refresh by personalization where options are there.

There are other options also to refresh

1) By passing URL parameter refreshA=X it will refresh all queies when loading

2) By passing refreshq=X, it will refresh the current query

best regards,

Rohit