Skip to main content
1-Visitor
September 4, 2019
Question

Main Mashup 'refresh' on the button click of collection widget

  • September 4, 2019
  • 1 reply
  • 2034 views

Hi,

 

I want to refresh the service of the "main mashup" on the button 'clicked' event of "repeater mashup" of "Collection Widget". Can anybody provide suggestions for the same.

 

In other words, Collection widget has a button, which has to refresh a service in main mashup.

1 reply

5-Regular Member
September 4, 2019

Bind the data in your Collection/ contained mashup to Session variable, and bind the session variable to widgets in main mashup (such as Textbox widget).  The Textbox widget has ValueChange event, and it can be used to trigger the mainmashup refresh service. Other widgets would work too.

1-Visitor
September 9, 2019

I tried the same but session parameter is not getting refreshed, to capture the "Data  Change" Event from the text box/or any other widget.

 

Please suggest something.

5-Regular Member
September 9, 2019

You cannot change the session property from a mashup event?