Triggering context menu through automation script

Hi, I’m trying to add an item to an table through an context menu: This is the context menu <Param id=”1399″> <Name>TieLines_ContextMenu</Name> <Description>Context Menu Tielines</Description> <Type>write</Type> <Interprete> <RawType>other</RawType> <LengthType>next param</LengthType> …

How to delete through context menu in automation

Hi, I’m working on a LCA which needs to be able to add items to an table in an connector through an context menu. I’ve seen this example: https://community.dataminer.services/question/automation-script-context-menu/?hilite=context+automation and …

Services migration from one agent to another

Hi community, I need to migrate elements and services from 1 DMA to another DMA in the same DMS. For elements, I will use the element migration feature we have …

Using time range with table in low-code app

Hi Dojo, in a low-code app, is there a way to link the time range feed to a table and have the display period selected when selecting the time range, …

Login To DM Self Managed

Hi Team, I noticed that my account is unable to log in, displaying the error shown in the image below (AFTER). Initially, it was working fine (BEFORE). Can you assist …

GQI column updation problem

I have a low code app of which the data is populated via a GQI script. The data which I am populating is parameters of the table of elements which …

Can we call another automation script from API automation script?

How can we call an automation script which is normal, from this type of script [AutomationEntryPoint(AutomationEntryPointType.Types.OnApiTrigger)] For eg. /// <param name=”requestData”></param> [AutomationEntryPoint(AutomationEntryPointType.Types.OnApiTrigger)] public ApiTriggerOutput CreateEventMonitoringService(IEngine engine, ApiTriggerInput requestData) { InitializeEngine(engine); …

Unix Logfile Reader connector

I was wondering if there are any instructions on how this connector works. I am wondering if it can alarm on specific text strings in the logfile? https://catalog.dataminer.services/details/b85c2251-3b3a-4dd6-b7c5-7f828bc129c2

Better way to delete rows

Hi Dojo, Currently, the driver is deleting a part of the total rows at once, which is taking too much time and causing an RTE to pop up. We have …