Acknowledging alarms based on window content

Hi guys, I am curious if it is possible to acknowledge alarms based on the tags assigned on one particular window? My current thinking is to find some method of binding each tag path assigned to devices on the screen, and passing them to a table on the same page.

You should be able to create something using queryStatus and acknowledge functions. Setup the query to filter the alarms as you wish. Then get the alarm IDs from that dataset and pass them to the acknowledge function.

https://docs.inductiveautomation.com/display/DOC80/system.alarm.queryStatus

https://docs.inductiveautomation.com/display/DOC80/system.alarm.acknowledge