Skip to main content
17-Peridot
July 30, 2021
Solved

Refresh

  • July 30, 2021
  • 2 replies
  • 2704 views

While clicking button in one mashup, I want to refresh another mashup. How to do this. 

Best answer by PaiChung

Refreshing a mashup can be two concepts.

1. Refreshing the data displayed - you would use the click to trigger an event (using either session or mashup parameter perhaps) to fire a Service

2. Refresh whole mashup - you would now trigger into the Expression widget and do a location.reload()

 

Also there is a pathway through the use of 'GetProperties' Push Update from Server option, you would still need to use a Mashup parameter to convert a property update into an event.

 

Lastly and ugliest, would be a timer on the mashup you want to refresh, that 'checks' if it needs to refresh.

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
July 30, 2021

Refreshing a mashup can be two concepts.

1. Refreshing the data displayed - you would use the click to trigger an event (using either session or mashup parameter perhaps) to fire a Service

2. Refresh whole mashup - you would now trigger into the Expression widget and do a location.reload()

 

Also there is a pathway through the use of 'GetProperties' Push Update from Server option, you would still need to use a Mashup parameter to convert a property update into an event.

 

Lastly and ugliest, would be a timer on the mashup you want to refresh, that 'checks' if it needs to refresh.

17-Peridot
August 4, 2021

Can you please eloborate about the use of 'GetProperties' Push Update from Server option. Where I can find this option and how to use it?

Community Manager
August 20, 2021

Hi @AP_9587236

 

If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon