Get table row in GQI

Hi, You could use a “Get parameter table by id” query for example with a filter to retrieve a specific row and then select the columns you are interested in. …

Countdown timer in Low Code App

Hi, I believe the trigger component is what you’re looking for. It can also be used as feed to some components to refresh them when being clicked.

Prevent synchronization

Hi, I am not sure if such a thing is possible to achieve as connectors should always be synchronized across the cluster to have consistent behavior if you migrate an …

GetAgent() using DMS – Automation Script

Hi Barandisudha, To retrieve the ID of the DMA on which the script is being executed you can access the following property: Engine.SLNetRaw.ServerDetails.AgentID. More documentation: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Net.ServerDetails.html

Protocols and Templates clean up

Hi David, You could create a custom backup that only includes protocols, templates, and vision files. You can define a custom backup on the contents tab page of the backup …

Protocols and Templates clean up

Hi David, you can use the built-in DataMiner “Clean Up Unused” tool. This tool is located under System Center > Tools and can easily clean up unused protocols, unused alarm …

Correlation rule : Grouping

Hi A B M, As Miguel stated, I do not believe we can do the correlated alarm off of the Base alarm.  However, would a custom element property work in …

OutOfMemoryException

it is similar to this post a while back: https://community.dataminer.services/question/error-with-qaction-900012-and-900011. It is likely due to limited physical resources of your disk space, ram or SLScripting

Get service template Input Data

Hi Ana, I don’t know my understand is correct but using following codes, you can find input data definition from PreRequiredData[]. ServiceFilter filter = new ServiceFilter { NameFilter = “Service …

Delete DOM instances using filter

Hi Tom, Currently it’s only possible to remove multiple instances by passing the list of instances you want to delete. You can find more information here: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_examples/DOM_BulkProcessing_Example.html#remove-multiple-dominstances