SNMP GetNext Request

Hi Matej, For GetNext method to work all columns that are defined in the connector should be available in the device. But if the device doesn’t implement all columns there’s …

post api call on button click

Hi Chirangee, I’m not sure if I fully understood the question, but it seems clear that you’ll need a QAction to manage what you want to achieve with the table. …

Create a copy of an elemente via API with C#

Hi João, The easiest way is to use the class library. More information can be found here. Using that library you can retrieve the element, and create a duplicate of …

automate element testing and send report by email

Hi Peng Fei, For the first step, you can achieve this by using the following code: IDMs dms = engine.GetDms(); var elements = dms.GetElements().Where(x => x.Protocol.Name.Equals(“YourProtocolName”)) // You can add …

Dataminer control through Tablet

Hi, I’m not quite sure if I understand the question correctly, but I assume you want to use our mobile Visio feature where a router control Visio document is active …

Dataminer LCA vs Dashboard.

Hi we had a similar question recently where I summarized the differences between LCA and Dashboards. Feel free to take a look at it here:Create View and Dataminer Cube and …

Search element inside service

Ruben, The current implementation of the ‘simple/quick search’ doesn’t allow you to find a service based on the element name of a service child. However as soon as you give …