Alarm Status table onDoubleClick Extension Function

I'm very new to scripting in ignition so I want to ask if how to open a window in the alarm status table using the onDoubleClick function. Can someone give me a template script so that I can try if I can open a window. Thank you.

Just use system.nav

Example:

system.nav.openWindow('yourWindowPath')
1 Like