Get the Owner property in Automation Script

Hi Srimathi, See parameter 65005 and 65006 here: https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/Special_parameters_available_in_DMS_Automation_scripts.html. The current owner of the alarm, is one of the fields that are available in those special parameters that are available …

Create a Scheduler Task from Automation

Could anybody tell how can we use “paramLinked” parameter in the above script? how can we pass value for paramLinked and how to retrieve that value in another automation script …

Best Practice GQI Query with a lot of records

Hi Mieke, Preamble: especially when dealing with a “massive number of items” that need to be joined, more often than not the best performance can only be achieved by implementing …

Where to find the ID of a LCA panel?

Hi Jonas, Without looking at the files, you can find this using the developer tools of your browser. You can open them by using Ctrl+shift+i and then navigate to the network tab. With …

Need to get the response from Postman

Hi Tanya, You can use this API by using the https://DMAIP/API/v1/Json.asmx/ConnectApp route. The content of the request should be of type application/json and should contain: host: can be an empty string login: your …

LCA – Overlapping icons in timeline

Hi Michiel, Unfortunately, at this moment, there’s no way to control this behavior. However, I do believe that in the future, we’ll introduce functionality that offers more control over it. …

Change name of Automation script?

Hi Apurva, Unfortunately, the name of an Automation script is also the ID of the script. If you change the name, all references to the script (e.g. in a LCA) …

Acknowledge Alarms in Alarms table Via Alarm Console Through a Script

Hi Srimathi, I believe the easiest option to add custom functionality to an alarm in the alarm console is to use the Hyperlinks.xml file. https://docs.dataminer.services/user-guide/Basic_Functionality/Alarms/Advanced_alarm_functionality/Adding_a_custom_command_to_the_Alarm_Console_shortcut_menu.html This feature allows to add …