Skip to main content
15-Moonstone
May 20, 2021
Solved

How to update runtime mashups in batches

  • May 20, 2021
  • 1 reply
  • 983 views

Dears,

 

I currently have 20 TVs, and each TV has Mashup screens deployed. Now I need to change these screens. After I change on the design interface, I have to manually refresh the mashups one by one, but this is a waste of time. May I ask Is there a batch method for processing? Thank you!

Best answer by PaiChung

The following approach may work.

Have a flag that evaluates if there is a new mashup yes/no (update by either GetProperties - Push or AutoRefresh)

fire that into an expression and do location.reload() in the expression widget.

 

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
May 20, 2021

The following approach may work.

Have a flag that evaluates if there is a new mashup yes/no (update by either GetProperties - Push or AutoRefresh)

fire that into an expression and do location.reload() in the expression widget.

 

15-Moonstone
May 21, 2021

@PaiChung  it worked, thank you very much for your help, it saved me a lot of time.