Open Dynamic View in Client machine

Hello, good morning! How are you?

We currently have an integration running with DynamicView, where a pop-up is generated on Windows to alert about an alarm. When clicking on this pop-up, we are redirected to the Alarm Manager, and a Floating Window is opened. This functionality works correctly on the Milestone server machine.

Is it possible to redirect the Floating Window to open on the machine where the alarm pop-up is clicked?

Generally speaking a Smart Client (SC) plugin can work on the SC instance where it is running and nowhere else.

I am a bit confused, because the Dynamic View sample will work on the SC/machine where the alarm pop-up is clicked and nowhere else.

What you are envisioning, in my understanding, would mean that you can from a plugin in one SC communicate with a plugin in another SC. This is possible. You can implement any communication you favor but using Message Communication is a good candidate. Try to explore the Chat samples.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/chatwithwebsockets/readme.html&tree=tree_1.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/chat/readme.html&tree=tree_1.html

If I have misunderstood the scenario, please elaborate on the use case..