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

Refresh embedded component

Jakub
Participant
0 Likes
2,502

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

Hello Jakub,

You can implement this very easily by triggering an EventHandler that Executes the DefaultSet and has the SyncDataContainer operation.

To trigger the EventHandler you can implement an Inport which has the Properties configured as in the below screenshot.

You also will have to configure an Outport which has the same local event name configured as the Inport, the Outport should have the Broadcast property enabled.

This way the EC will be able to Self Trigger the Refresh and every time you open the tab it should refresh the data.

I hope this help,

Piotr.

Jakub
Participant
0 Likes

Hi Piotr,

Thanks for your answer. I think your solution will work when i will have OWL on EC.

Inside properties in Behaviour i don't have default Set which is standard for owl.

I did all steps, but it didn't work..