cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Refresh embedded component

Jakub
Participant
0 Likes
2,503

Hi,

Is it possible to refresh EC from absl or standard TI when user change the pane ?

I mean when user change for example Items for Tickets tab. On EC i have only few fields, not OWL list..I founde operation "RestartClient" in event hanlders and it works when i assign to the custom button.. but ii should be done automatic.

Maybe in absl is there some standerd function which achvie this task, but i don't know about it.

Could you please give me your advice? Thanks a lot for your help!

View Entire Topic
Former Member
0 Likes

Hi Jakub,

You might have to configure a Refresh on your DataList in your Event Handler, Type (List) > Operation (Refresh) and choose your Target List where your data is stored.

Piotr.

Jakub
Participant
0 Likes

I can't configure target list beacuse i don't have list on screen.

When i have OWL screen:

-In dataModel i have DataList, so i can set DefaultSet and refresh Screen by steps which you said

but when i have screen without list for example TI (in my case this is the EC):
-In dataModel i haven't datalist, so i cann't set defaultset and i can't configure target list in list operation.