Got kind of an usual situation here and my Googling/AI hasn't yielded anything very helpful.
I have a Perspective App running on Ignition Edge. Paired with that, I have a (nearly) identical app running on Cloud Edition. We're using the EAM to keep things sychronized as well as inherited projects to manage the cloud app (the Edge-compatible project is the "Master" while the actual cloud app inherits from that and adds a few cloud-only features).
On both apps, I have alarm notifications set up. Before anyone says "that's a bad idea," this was by specific customer request, so I have to do it. It's not that they want double notifications. They want the user to select between the two. The Cloud notifications are the "default" but they also want the Edge to be able to notify in case the Cloud server goes down. It's not mission-critical in the sense of life and limb, but rather in the sense of millions of dollars could be at stake if someone doesn't get notified.
I've got notifications working on both sides, but what I'm trying to figure out is how I'm going to "switch" between the two. Whichever "end" is not notifying, I need to be able to disable just the alarm notifications (not the alarms themselves), presumably with some kind of scripting. Notifications on the edge are the basic one-way email notifications. In the Cloud they're the normal email notifications (Long story, but it needs to be). Edge and Cloud notifications both work.
Like I said, I'm assuming the method would be enabling or disabling the appropriate Alarm notification profile, depending on if it's Cloud or Edge. But I can't find anything on how to do that. Whenever I look up disabling or enabling alarms, it looks like I have to do it BY TAG. I have literally hundreds of alarms and I'd REALLY rather avoid having to do that.