cancel
Showing results for 
Search instead for 
Did you mean: 

UWL custom refresh button

Former Member
0 Kudos

Hello,

We are using UWL for different approvals in our EP 7.01 portal.

In some approvals, after clicking on a UWL item and executing the application, the work item doesn't disappear immediately from the UWL inbox.

After clicking on the refresh link .... the item disappears from the UWL inbox.

The refresh link is however hidden and not very obvious to the user.

I would like to include a custom button in my UWL view, which will replicate the "Refresh" functionality.

How can I include a custom button in my UWL view at the top with the Refresh functinality ?

Please suggest ...

Thank you,

Kalyan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to do some adjustments to the View configuration XML. Add "refresh" to the actions as below.

<Views>

<View name="DefaultView" .... .... ....

...

<Actions>

<Action reference="refresh"/>

</Actions>

</View>

</Views>

I think that this was enough.

Regards,

Karri

Former Member
0 Kudos

Solved this.

Thanks for your inputs Karri.

- Kalyan

Former Member
0 Kudos

Hi Guru's

I'm running EP 7.01 and ecc6, how do I customize my uwl buttons by moving them from the bottom of the screen to the top just underneath the task, alerts, notification frame. Thanks

Regards

Thandile

Former Member
0 Kudos

Hi,

Please ask UWL questions in UWL forum.

Regards,

Karri