How to prevent the blue banner in Email
14th April 2026
Using the Engine SendEmail method in an Automation script, it is possible to send out an email. For me, these emails always come with the mail subject in a blue …
Question
14th April 2026
Using the Engine SendEmail method in an Automation script, it is possible to send out an email. For me, these emails always come with the mail subject in a blue …
14th April 2026
Hi, When I’m programming in VC2026 an User Defined API, I have the code: input = JsonConvert.DeserializeObject<Input>(body ?? string.Empty, _serializerSettings); This gives always the warning: Consider using SecureNewtonsoftDeserialization.DeserializeObject instead. These …
14th April 2026
Hi everyone, I’m looking to understand if it’s possible to configure an alarm template in DataMiner to only trigger within a specific time window. For example, I would like an …
14th April 2026
I have successfully used Visio Link Shape Data to launch Cube.exe connecting to another DMS and opening the Trending App. But I cannot figure out the syntax from docs as …
13th April 2026
How to…suppress or throttle Slack notifications during an alarm storm once multiple elements have triggered an alarm. My understanding once the alarms have triggered (Alarm Storm) and correlation rules send …
11th April 2026
I am attempting to configure a simple automation script to modify a mode setting on several elements using the protocol Evertz 7×00 General Platform – BPXRF. These elements are DVE …
10th April 2026
Hi dojo, I am building an LCA and trying to make the navigation between pages dynamic based on the element selected in a Grid component. I have a Grid that …
10th April 2026
Hi all, Is it possible to show the aggregation rules trending in a dashboard or low code app?
10th April 2026
which are all history alarms tables in elastic search db
10th April 2026
Hi all, we have a DMS consisting of a DMA Failover pair and have configured the following settings on both Agents as per Docs : MaintenanceSettings.txt: <SLNet> <EnableDotNetRemoting>false</EnableDotNetRemoting> </SLNet> ConnectionSettings.txt: …
9th April 2026
In our LCA we have an interactive script using DateTimePicker. Here we want to have specific DateTime format by setting DateTimePicker.CustomTimeFormat = “dd.MM.yyyy HH:mm”. But this doesn’t change anything. DateTime …
9th April 2026
Hi Dojo, In my case, when I send a value to a remote device, the device internally multiplies the value by 2. For example: If I SET 10, a subsequent …
8th April 2026
I created a dashboard to view specific properties of elements of a selected protocol in a DMS. The goal it so see what Elements are running what versions of the …
8th April 2026
Hi community! For the four colored squares, I have created an AlarmSummary shape data in the following style, as well es the respective Alarm Filters “Test_xxx”: active|Test_Critical|false|Alarm active|Test_Major|false|Alarm active|Test_Warning|false|Alarm active|Test_Info|false|Alarm …
8th April 2026
Hi Dojo, I’m evaluating the option of enabling caching for certain parameters of a table, as described in ClientSettings.json – Configuring caching of specific table parameters | DataMiner Docs. To …