cancel
Showing results for 
Search instead for 
Did you mean: 

Auto refresh powl list every night and from an action in another WDA comp

Former Member
0 Kudos

Hi,

Two questions.

1) I want to update the powl list every night as a background job.

2) I want to update powl list when user performs an action in another WD Component.

Any suggestion, idea will be appreciated.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the answers.

I will be working on this particular problem next week. I will be working in this issue next week so i will leave this thread open until then, just in case i need more info from you guys.

Thanks

Former Member
0 Kudos

For the second solution also you can use CL_POWL_API... It is in POWL PACKAGE

Former Member
0 Kudos

Hi,

There is only one way to do that.

Create a report and call refresh query method of POWL API class.

Directly you won't be able to refresh the query.

So what you have to do is you have to call the method Get Query. This method will give all the queries for the User.

All the query GUIDs you have to pass to refresh queries. In the refresh Query method there is an indicator for refresh query. You have to set that indicator to refresh.

Remember POWL queries are user specific. So you have to run it for the particular user.

If you want to get all the Queries then You have to modify the method Get Queries.

Hope it will help you.

-Pradip