Alarm Event Data - Get Custom Property

I’ve read various posts regarding fetching alarm event properties and discussions on grabbing custom properties, but the only solution I’ve seen is either sticking with the built in Extension Functions on the alarm status table or converting the EventData object - retrieved using getActiveData() - to a string and parsing out the custom property. Hopefully I didn’t miss something simple…

Does anyone know a better way to do this? The Extension Functions won’t work since I want to get the data from a script in another component (although it would be great if there was an “onSingleClicked” Extension Function, not just the “onDoubleClicked”). It would be awesome if there was a way - just like the extension function - to do something like alarmEvent.get(“customPropertyName”).

Thanks in advance,
-Will

1 Like