cancel
Showing results for 
Search instead for 
Did you mean: 

Auto refresh in OWL not working

Former Member
0 Kudos

Hello,

I'm trying to auto refresh my OWL.

I followed the steps explained in the below video

https://www.youtube.com/watch?v=CLEQt6Iu5qI

But the list is not getting refreshed.

My OWL is bound to a tab in the TI of another BO.

Any idea why it doesn't work ?

Regards,

Padmini

Accepted Solutions (1)

Accepted Solutions (1)

former_member186648
Active Contributor
0 Kudos

Hi Padmini,

You could add a custom button with an eventHander onClick , in the eventHandler you could have List Operation "Refresh" and Target list mapped to datamodel OWL list path.

Thanks, Pradeep.
,

Answers (1)

Answers (1)

ludger_bunger
Participant
0 Kudos

Hi Padmini,

I do not know about that video.

However here is what I usually do:

  1. Add an outport to all floorplans that modify and save the BO.
  2. Modify the Save-Action in the Save Eventhandler: have this port fired.
  3. In the OWL of the respective BO-Type, add an inport with the same event name
  4. Add an EventHandler "Refresh" and have it triggered upon firing of this inport
  5. Depending on the technology used for the query:
    Either call the List-Action "Refresh" on the Data List
    Or call the Query Handler on the list again

Hope to help.

Ludger