Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
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!
Solved! Go to Solution.
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.
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.
@PaiChung it worked, thank you very much for your help, it saved me a lot of time.