Can you track deployments into a Dataminer system?

Hi Reza, An option is that you create an alarm filter on history alarms(information events). The alarm filter should be  configured with parameter description(by Protocol) and select the DataMiner Element …

Alarm severity from view in automation script

Hey Andre, any chance that you could further elaborate on the specific use case you’re trying to cover? As Stacey indicates, it is surely possible to get the alarm state …

Alarm severity from view in automation script

Hi André, The following script should allow you to get the state of the view. You only need to provide the viewID, and then you’ll get an information event with the …

How to import icon for a low code app

If you are referring to the logo of an app, you can upload an image instead of picking an icon. Extending the list with a set of of icons, so …

Low Code Apps – logging (best practice)

Hey Jens, The best approach really depends on what exactly you want to log. However, in most cases, I personally recommend using logger tables. This helps avoid problems related to …

GQuery to get elements with different naming

Hi Bruno, We currently do not support ‘OR’ clauses yet on the Filter operator, but you can work around that using regex filtering with the ‘|’ as an ‘OR’ operator. …