cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Composer : Sending a signal from popup to iview

Former Member
0 Kudos

Hello,

I would like to refresh a table in a parent iview from popup iview. I think about a timer. What Can I do that ? Do you have a good example or can you explain in details the process ?

Best regards,

Aurélien

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Aurélien,

you have to use a timer. Connect the timer with a dataservice which refreshes your value, e.g. in a table. Then return from your popup a value,e.g. into a field. Define a guard condition to the timer so that it will be fired, when you return the certain value. Your data service must change the value from your popup so that the timer fire the event once.

Best Regards,

Marcel

Former Member
0 Kudos

Hi

Explain your sceanerio more . What does your pop up iview contain.

You can use output port of pop-up iView to send value back to the main iView and in this way can refresh

Thanks & Regards

Harsimran